We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa4681 commit b2a1ca5Copy full SHA for b2a1ca5
dev.makefile
@@ -2,7 +2,7 @@ all: build test-amalgamate
2
3
build:
4
mkdir -p build/debug
5
- cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../..
+ cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=ON -G "Unix Makefiles" ../..
6
make -C build/debug
7
8
# Currently, this depends on include/json/version.h generated
0 commit comments