Change build target from RayTracePlugin to RayTrace
This commit is contained in:
parent
766ff8829f
commit
7a51301f22
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -80,7 +80,7 @@ jobs:
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
cmake -S . -B build -A x64 -DCMAKE_BUILD_TYPE=Release ^
|
cmake -S . -B build -A x64 -DCMAKE_BUILD_TYPE=Release ^
|
||||||
-DHL2SDKCS2=%HL2SDKCS2% -DMMSOURCE_DEV=%MMSOURCE_DEV% -DCSGO_PROTO=%CSGO_PROTO%
|
-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)
|
- name: Strip symbols (Windows)
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue