ComputeEngine/make.bat

6 lines
262 B
Batchfile
Raw Normal View History

2021-08-10 22:52:19 +02:00
@echo off
2023-06-05 00:21:47 +02:00
set vcpkg_ROOT=C:\Desktop\git\vcpkg\scripts\buildsystems\vcpkg.cmake
2021-08-10 22:52:19 +02:00
2023-06-05 00:21:47 +02:00
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=%vcpkg_ROOT% -DGLEW_VERBOSE=TRUE -DGLEW_USE_STATIC_LIBS=ON -DVCPKG_TARGET_TRIPLET=x64-windows-static
2021-08-10 22:52:19 +02:00
cmake --build build --config Release