We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a679dde commit fbfeb26Copy full SHA for fbfeb26
appveyor.yml
@@ -20,8 +20,8 @@ before_build:
20
- cd c:\projects\jsoncpp
21
- cmake --version
22
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
23
- - if %PLATFORM% == Win32 cmake .
24
- - if %PLATFORM% == x64 cmake -G "Visual Studio 12 2013 Win64" .
+ - if %PLATFORM% == Win32 cmake -DBUILD_SHARED_LIBS=ON .
+ - if %PLATFORM% == x64 cmake -G "Visual Studio 12 2013 Win64" -DBUILD_SHARED_LIBS=ON .
25
26
build:
27
project: jsoncpp.sln # path to Visual Studio solution or project
0 commit comments