mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-27 02:16:15 +02:00
in dev.makefile, build shared too
This commit is contained in:
parent
9aa4681052
commit
b2a1ca5b54
@ -2,7 +2,7 @@ all: build test-amalgamate
|
||||
|
||||
build:
|
||||
mkdir -p build/debug
|
||||
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" ../..
|
||||
make -C build/debug
|
||||
|
||||
# Currently, this depends on include/json/version.h generated
|
||||
|
Loading…
x
Reference in New Issue
Block a user