ComputePlayground/build_user.bat

8 lines
199 B
Batchfile
Raw Normal View History

2022-11-09 23:54:43 +01:00
@echo off
set GLFW_ROOT=C:/lib/glfw-3.3.4.bin.WIN64
set GLEW_ROOT=C:/lib/glew-2.1.0_x64
set stb_image_ROOT=C:/lib/stb
set ComputeEngine_ROOT=%CD%/ComputeEngine
cmake --build build --config Release