Skip to content

Commit

Permalink
Test Static Build
Browse files Browse the repository at this point in the history
  • Loading branch information
megumumpkin authored Aug 26, 2023
1 parent b4ad515 commit 4a9822b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
cd Library\WickedEngine\
mkdir build
cd build
cmake .. -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DWICKED_DYNAMIC_LIBRARY=ON -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
cmake --build . --target WickedEngine_Windows --config Release --prefix "$env:GITHUB_WORKSPACE/build/Install"
cmake .. -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DWICKED_DYNAMIC_LIBRARY=OFF -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
cmake --build . --target WickedEngine_Windows --config Release
- name: Build Library (reproc++)
run: |
Expand Down

0 comments on commit 4a9822b

Please sign in to comment.