#cmake

Posts tagged with "cmake"

Generate Source Files With CMake

Sometimes when writing C++ programs I have textual data that I want to be part of the executable instead of in flat files next to it. But while developing it's far easier to have the textual data in separate files rather than as strings in source.