Explorar el Código

CMake config: Add CJSON_INCLUDE_DIR

Max Bruckner hace 8 años
padre
commit
966646d70e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      cJSONConfig.cmake.in

+ 1 - 0
cJSONConfig.cmake.in

@@ -3,6 +3,7 @@ set(CJSON_UTILS_FOUND @ENABLE_CJSON_UTILS@)
 
 # The include directories used by cJSON
 set(CJSON_INCLUDE_DIRS "@prefix@/@includedir@")
+set(CJSON_INCLUDE_DIR "@prefix@/@includedir@")
 
 get_filename_component(_dir "${CMAKE_CURRENT_LIST_FILE}" PATH)