Writing CMakeLists Files — Mastering CMake
cmake.org › cmake › helpThe string, list, and separate_arguments commands offer basic manipulation of strings and lists. The add_executable and add_library commands are the main commands for defining the executables and libraries to build, and which source files comprise them. For Visual Studio projects, the source files will show up in the IDE as usual, but any ...