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.