mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-19 00:46:02 +01:00
Enable shared libs on appveyor
This commit is contained in:
parent
3c2069fdd1
commit
f45c01a46e
@ -10,7 +10,7 @@ environment:
|
||||
build_script:
|
||||
- cmake --version
|
||||
- cd c:\projects\jsoncpp
|
||||
- cmake -G "%CMAKE_GENERATOR%" -DCMAKE_INSTALL_PREFIX=%CD:\=/%/install -DCMAKE_BUILD_TYPE=Release .
|
||||
- cmake -G "%CMAKE_GENERATOR%" -DCMAKE_INSTALL_PREFIX=%CD:\=/%/install -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON .
|
||||
- cmake --build . --config Release --target install
|
||||
|
||||
deploy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user