mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
CMake: Fix installation of libcjson_utils.pc
This commit is contained in:
parent
fad10d5b1e
commit
97b255c736
@ -57,7 +57,7 @@ configure_file("${cJSON_SOURCE_DIR}/libcjson_utils.pc.in"
|
||||
|
||||
install(TARGETS ${CJSON_UTILS_LIB} DESTINATION lib${LIB_SUFFIX})
|
||||
install(FILES cJSON_Utils.h DESTINATION include/cjson)
|
||||
install (FILES ${cJSON_BINARY_DIR}/libcjson.pc DESTINATION lib/pkgconfig)
|
||||
install (FILES ${cJSON_BINARY_DIR}/libcjson_utils.pc DESTINATION lib/pkgconfig)
|
||||
|
||||
set_target_properties(${CJSON_UTILS_LIB}
|
||||
PROPERTIES
|
||||
|
Loading…
Reference in New Issue
Block a user