in dev.makefile, build shared too

This commit is contained in:
Christopher Dunn 2014-09-16 12:25:54 -07:00
parent 9aa4681052
commit b2a1ca5b54

View File

@ -2,7 +2,7 @@ all: build test-amalgamate
build: build:
mkdir -p build/debug 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 make -C build/debug
# Currently, this depends on include/json/version.h generated # Currently, this depends on include/json/version.h generated