Skip to content

Commit fbfeb26

Browse files
committed
Enable shared libs
1 parent a679dde commit fbfeb26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ before_build:
2020
- cd c:\projects\jsoncpp
2121
- cmake --version
2222
- 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" .
23+
- if %PLATFORM% == Win32 cmake -DBUILD_SHARED_LIBS=ON .
24+
- if %PLATFORM% == x64 cmake -G "Visual Studio 12 2013 Win64" -DBUILD_SHARED_LIBS=ON .
2525

2626
build:
2727
project: jsoncpp.sln # path to Visual Studio solution or project

0 commit comments

Comments
 (0)