mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2025-10-29 19:32:24 +00:00
windows fix
This commit is contained in:
parent
0038d9b19c
commit
b529b0d69e
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -125,7 +125,14 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Configure
|
||||
run: cmake -S . -B build -G "Visual Studio 17 2022" -A "x64" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON
|
||||
run: |
|
||||
cmake -S . -B build -G "Visual Studio 17 2022" -A "x64" `
|
||||
-DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" `
|
||||
-DVCPKG_TARGET_TRIPLET=x64-windows `
|
||||
-DCMAKE_BUILD_TYPE=Release `
|
||||
-DCMAKE_INSTALL_PREFIX=install `
|
||||
-DBUILD_TESTING=OFF `
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
- name: Build & Install
|
||||
run: cmake --build build --config Release --parallel --target INSTALL
|
||||
- name: Package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user