Skip to content

andrelo1/gotobed-se

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotobed-se

Dependencies

Build prerequisites

  • Visual Studio 2022
    • Desktop development with C++
  • vcpkg

Build instructions

Open x64 Native Tools Command Prompt for VS 2022.

git clone https://github.com/andrelo1/gotobed-se
cd gotobed-se
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-md -DVCPKG_OVERLAY_PORTS=vcpkg/ports
cmake --build build --config Release