CMakeBuildPackage
CMakeBuildPackage copied to clipboard
Automatic project build script with CMake
Documentation should also be easily and automatically created. There are many available documentation generator, doxygen is quite popular for example.
We have to automatically build unit tests as well. The problem is that quite often, the main function is provided by the test framework itself. Also depending on the test...
As we use file(GLOB ...) to get the list of source files, CMake will not detect changes in the file list on its own and never regenerate the build scripts....