Document JANSSON_BUILD_SHARED_LIBS CMake option

Fixes #187.
This commit is contained in:
Petri Lehtinen 2014-07-12 06:39:43 +03:00
parent db285b3764
commit 23b1b7ba9a

View File

@ -140,7 +140,7 @@ By default the CMake_ project will generate build files for building the
static library. To build the shared version use::
...
cmake -DBUILD_SHARED=1 ..
cmake -DJANSSON_BUILD_SHARED_LIBS=1 ..
Changing install directory (same as autoconf --prefix)
""""""""""""""""""""""""""""""""""""""""""""""""""""""