You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- if (TARGET jsoncpp_static)
- add_library(JsonCpp::JsonCpp INTERFACE IMPORTED)
- set_target_properties(JsonCpp::JsonCpp PROPERTIES INTERFACE_LINK_LIBRARIES "jsoncpp_static")
- elseif (TARGET jsoncpp_lib)
- add_library(JsonCpp::JsonCpp INTERFACE IMPORTED)
- set_target_properties(JsonCpp::JsonCpp PROPERTIES INTERFACE_LINK_LIBRARIES "jsoncpp_lib")
- endif ()
|