mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
CMake: Change include directory cJSON -> cjson
This commit is contained in:
parent
0d6ccf032d
commit
ba593394d4
@ -34,7 +34,7 @@ add_library(${CJSON_UTILS_LIB} ${HEADERS_UTILS} ${SOURCES_UTILS})
|
||||
target_link_libraries(${CJSON_UTILS_LIB} ${CJSON_LIB})
|
||||
|
||||
install(TARGETS ${CJSON_UTILS_LIB} DESTINATION lib${LIB_SUFFIX})
|
||||
install(FILES cJSON_Utils.h DESTINATION include/cJSON)
|
||||
install(FILES cJSON_Utils.h DESTINATION include/cjson)
|
||||
|
||||
option(ENABLE_CJSON_TEST "Enable building cJSON test" OFF)
|
||||
if(ENABLE_CJSON_TEST)
|
||||
|
Loading…
Reference in New Issue
Block a user