Basic CMake build system template for C/C++ game dev
(Clang doesn't have a standard library for c++, so you need to install MSVC or MinGW GCC)
- MSVC Compiler
- Ninja
- Makefile
- RAD Debugger
- CMake Tools
- clangd
- C/C++ Extension Pack
- Rad Debugger Communication
CTRL + SHIFT + P> CMake: Select Configure Preset (Debug or Release)F7for buildF5for debuggingCTRL + SHIFT + F5for executing the target binary (game.exe) without debugging