GPURayTracer/build.bat

6 lines
196 B
Batchfile
Raw Permalink Normal View History

@echo off
set ComputeEngine_ROOT=%CD%/ComputeEngine
2023-06-05 00:37:05 +02:00
set vcpkg_ROOT=C:\Desktop\git\vcpkg\scripts\buildsystems\vcpkg.cmake
2023-06-05 00:37:05 +02:00
cmake --build build --config Release -DCMAKE_TOOLCHAIN_FILE=%vcpkg_ROOT%