You need to sign in or sign up before continuing.
- 28 11月, 2016 4 次提交
-
-
由 Stephan Gatzka 提交于
-
由 Stephan Gatzka 提交于
-
由 Stephan Gatzka 提交于
-
由 Stephan Gatzka 提交于
-
- 26 11月, 2016 1 次提交
-
-
由 Max Bruckner 提交于
CMake: Option was not enabled by default as intended. Makefile: Flags were not passed when building the tests
-
- 25 11月, 2016 1 次提交
-
-
由 Max Bruckner 提交于
-
- 20 11月, 2016 1 次提交
-
-
由 Max Bruckner 提交于
-
- 15 11月, 2016 3 次提交
-
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
- 14 11月, 2016 28 次提交
-
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
-
由 Max Bruckner 提交于
This can be disabled when the exporting of the targets causes problems.
-
由 Max Bruckner 提交于
This is for compatibility reasons with old CMake 2.8 versions.
-
由 Max Bruckner 提交于
The prior approach was exporting paths from the build environment.
-
由 Max Bruckner 提交于
-
由 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 1 次提交
-
-
由 Weston Schmidt 提交于
-