- under
bin\configchange theCMAKE_TOOLCHAIN_FILEto correct path where vcpkg is at, and also the correct triplet for your current environmentVCPKG_TARGET_TRIPLET - just run the
bin\configfile depending on OS.batwindows.shunix it will generate cmake build output - then you can use
bin\buildto build andbin\runto run the program - depedencies are managed by vcpkg so you can just add a dependecy the vcpkg.json file and it can be managed there
if you are using MSBuild to compile the cpp code, you will need to use Clang Power Tools to generate compile_commands.json if you are planning to use the clang lsp, otherwise its generated via CMAKE