Directories
build/
: build directory, contents are not tracked by gitcmake/
: CMake modules and utilitiessrc/
: Source codetest/
: Unit testing codevendored/
: Third-party code/libraries
When adding new source files you must add the file path to the corresponding CMakeLists.txt. Globs are not to be used anywhere (explicit > implicit). Keep the source list in alphabetical order when adding your file.
Qt Test is used as the unit testing framework. Unit test code resides in the
test/
folder.