Explorar o código

CMake: Change include directory cJSON -> cjson

Max Bruckner %!s(int64=8) %!d(string=hai) anos
pai
achega
ba593394d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -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)