|
@@ -365,8 +365,8 @@ add_library(${PROJECT_NAME} |
|
|
${JSON_C_HEADERS} |
|
|
${JSON_C_HEADERS} |
|
|
) |
|
|
) |
|
|
set_target_properties(${PROJECT_NAME} PROPERTIES |
|
|
set_target_properties(${PROJECT_NAME} PROPERTIES |
|
|
VERSION 4.0.0 |
|
|
|
|
|
SOVERSION 4) |
|
|
|
|
|
|
|
|
VERSION 5.0.0 |
|
|
|
|
|
SOVERSION 5) |
|
|
|
|
|
|
|
|
# If json-c is used as subroject it set to target correct interface -I flags and allow |
|
|
# If json-c is used as subroject it set to target correct interface -I flags and allow |
|
|
# to build external target without extra include_directories(...) |
|
|
# to build external target without extra include_directories(...) |
|
|