doc: document BUILD_SHARED_LIBS
This commit is contained in:
2
.github/workflows/unittest_windows.yml
vendored
2
.github/workflows/unittest_windows.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- run: |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -GNinja -DCMAKE_CXX_COMPILER=cl.exe -DCMAKE_C_COMPILER=cl.exe -DUSE_WS=1 -DUSE_TEST=1 -DUSE_ZLIB=0 ..
|
||||
cmake -GNinja -DCMAKE_CXX_COMPILER=cl.exe -DCMAKE_C_COMPILER=cl.exe -DUSE_WS=1 -DUSE_TEST=1 -DUSE_ZLIB=OFF -DBUILD_SHARED_LIBS=ON ..
|
||||
- run: |
|
||||
cd build
|
||||
ninja
|
||||
|
Reference in New Issue
Block a user