- 14 11月, 2016 22 次提交
-
-
由 Max Bruckner 提交于
Fix library and include paths in pkg-config, CMakeLists.txt and the CMake config files.
-
由 Markus Blatt 提交于
These files will allow cmake based projects to find the library using find_package(cJSON). If successful, they can use CJSON_LIBRARIES and CJSON_INCLUDE_DIRS. Other build systems can use a similar approach to pkg-config: cmake --find-package -DNAME=cJSON -DCOMPILER_ID=GNU -DLANGUAGE=C -DCMAKE_PREFIX_PATH=<path-to-non-sytem-installation-path> -DMODE=LINK or with MODE COMPILE or EXISTS.
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
Turned off by default.
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
This is also what other projects are doing.
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Paulo Antonio Alvarez 提交于
We configure and install a pkg-config file so that our compilation and linking flags can be more easily found using pkg-config.
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
Library names: libcJSON -> libcjson libcJSON_utils -> libcjson_utils
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
- 30 10月, 2016 1 次提交
-
-
由 Fabrice Fontaine 提交于
Currently, the static and dynamic version of the libraries are always built as add_library is called twice. Instead, this patch will use the standard CMake variable BUILD_SHARED_LIBS to know if the static or the dynamic version must be built. Signed-off-by: NFabrice Fontaine <fabrice.fontaine@orange.com>
-
- 15 2月, 2016 2 次提交
-
-
由 Weston Schmidt 提交于
-
由 Weston Schmidt 提交于
-
- 20 8月, 2015 1 次提交
-
-
由 Evan Todd 提交于
-
- 28 7月, 2015 1 次提交
-
-
由 Anton Sergeev 提交于
Signed-off-by: NAnton Sergeev <Anton.Sergeev@elecard.ru>
-
- 15 7月, 2015 1 次提交
-
-
由 Anton Sergeev 提交于
Signed-off-by: NAnton Sergeev <Anton.Sergeev@elecard.ru>
-