A simple C++23 CMake project template intended for quickly creating throwaway C++23 examples in Visual Studio 17 (2022).
- Windows 10 or later
- CMake (version 3.20 or later)
- Visual Studio 17 (2022)
- Clone the repository:
git clone https://github.com/jackboakes/CMake-Cpp-Template.git
- Open project folder
cd CMake-Cpp-Template
- Generate build files
cmake -B build
- Open the .sln file to edit, build, or run
start build\Example.sln