Change build target from RayTracePlugin to RayTrace

This commit is contained in:
Michal 2026-01-14 13:29:03 +04:00 • committed by GitHub
parent 766ff8829f
commit 7a51301f22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ jobs:
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
cmake -S . -B build -A x64 -DCMAKE_BUILD_TYPE=Release ^
-DHL2SDKCS2=%HL2SDKCS2% -DMMSOURCE_DEV=%MMSOURCE_DEV% -DCSGO_PROTO=%CSGO_PROTO%
cmake --build build --config Release --target RayTracePlugin
cmake --build build --config Release --target RayTrace
- name: Strip symbols (Windows)
run: |