CMakeLibraryTemplate A template CMake project for C++ libraries To configure the project run: cmake -S . -B out/build in the root directory of the project, then to build the project run: cmake --build out/build Have fun :)