commit | b2a1ca5b5498e79e5c530e02dc393a31976c02b6 | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Tue Sep 16 12:25:54 2014 -0700 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Tue Sep 16 12:42:33 2014 -0700 |
tree | cf41590b9341a63bb9c81d9a78338b97b553afa1 | |
parent | 9aa4681052026886b66e547e4c5be3175f98c7f2 [diff] [blame] |
in dev.makefile, build shared too
diff --git a/dev.makefile b/dev.makefile index 7a96af8..dd16bdd 100644 --- a/dev.makefile +++ b/dev.makefile
@@ -2,7 +2,7 @@ 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