Skip to content

My cmake + vcpkg template for Linux + Windows

Notifications You must be signed in to change notification settings

kurikomoe/cmake-vcpkg-template

Repository files navigation

Usage

just PRESET=x64-release init clean config build

Parameters

CMakeLists.txt

  • TARGET: target name
  • TARGET_SRC: target vsource
  • TARGET_OUTPUT_NAME: target final binary name

justfile

  • preset: cmake preset name
  • target: target executable name, for run