Skip to content

orchistro/zoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

  • A simple cmake project to show how to use vcpkg.
  • libunifex and {fmt} are used inside the project.

Requirements

  • CMake 3.30+
  • A C++23 supporting compiler (clang++/g++)
  • Ninja

How to build

cmake -S . -B build --preset=default
cmake --build build

How to run the program

./build/zoo

Notes

The reason for using a few variables in CMakePresets.json:

"CMAKE_EXPORT_COMPILE_COMMANDS": "ON", <-- to use LSP
"CMAKE_CXX_SCAN_FOR_MODULES": "OFF" <-- to dodge clangd's module related errors

About

cmake project template for using vcpkg

Resources

Stars

Watchers

Forks

Contributors