GPURayTracer/make_all.bat
2023-06-05 19:28:40 +02:00

10 lines
299 B
Batchfile

@echo off
set ComputeEngine_ROOT=%CD%/ComputeEngine
set vcpkg_ROOT=%1
cmake -B ComputeEngine/build -S ComputeEngine -DCMAKE_TOOLCHAIN_FILE=%vcpkg_ROOT%
cmake --build ComputeEngine/build --config Release
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=%vcpkg_ROOT%
cmake --build build --config Release