SO
CMake Project Template
C++ cross-platform project template with Git submodule and CMake
Building and running
- Install CMake
- Ensure CMake is in the system
PATH - Clone the repository
git clone --recursive https://github.com/Sopiro/cmake-project-template - Run CMake build script depend on your system
- Visual Studio: Run
build.bat - Otherwise: Run
build.sh
- Visual Studio: Run
- You can find the executable files in the
build/bin
On this page
Languages
CMake58.9%C++36.5%Shell2.4%Batchfile2.1%
Contributors
Created September 2, 2022
Updated May 21, 2024