Skip to content

jackboakes/cmake-cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple CMake Template for C++ 23

A simple C++23 CMake project template intended for quickly creating throwaway C++23 examples in Visual Studio 17 (2022).

Requirements

  • Windows 10 or later
  • CMake (version 3.20 or later)
  • Visual Studio 17 (2022)

Getting Started

  1. Clone the repository:
git clone https://github.com/jackboakes/CMake-Cpp-Template.git
  1. Open project folder
cd CMake-Cpp-Template
  1. Generate build files
cmake -B build
  1. Open the .sln file to edit, build, or run
start build\Example.sln

About

A simple C++23 CMake project template for small example tasks or exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published