/CMakeTemplate

Ready To Use CMake Configurations

Primary LanguageCMakeGNU General Public License v3.0GPL-3.0

CMake Template

Just a bunch of my frequently used CMake configurations.

./Configs: Contains the configurations. /SharedLibrary: Contains the most common setup for a shared library. /Executable: Contains the most common setup for a executable project. /QtCreatorPlainCppCMake: QtCreator's Plain C++ project template. /FetchContent: The most commonly fetched repositories, like GTest. ./DeveloperTest: The developers test for the configurations.