CMakeRC is a resource compiler provided in a single CMake script that can
easily be included in another project.
For the purpose of this project, a resource compiler is a tool that will
compile arbitrary data into a program. The program can then read this data
from without needing to store that data on disk external to the program.