Skip to content

RanEdy/cmake-cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMAKE C++ VS Code Template

Basic CMake build system template for C/C++ game dev

Assuming you have

(Clang doesn't have a standard library for c++, so you need to install MSVC or MinGW GCC)

VS Code Extensions

  • CMake Tools
  • clangd
  • C/C++ Extension Pack
  • Rad Debugger Communication

Shortcuts

  1. CTRL + SHIFT + P > CMake: Select Configure Preset (Debug or Release)
  2. F7 for build
  3. F5 for debugging
  4. CTRL + SHIFT + F5 for executing the target binary (game.exe) without debugging

About

Basic CMake build system template for C/C++ game dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages