mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-05 02:42:35 -04:00
7 lines
229 B
Plaintext
7 lines
229 B
Plaintext
@PACKAGE_INIT@
|
|
|
|
add_library(jsoncpp_lib IMPORTED SHARED)
|
|
set_target_properties(jsoncpp_lib PROPERTIES
|
|
IMPORTED_LOCATION "${PACKAGE_PREFIX_DIR}/lib/libjsoncpp.so"
|
|
INTERFACE_INCLUDE_DIRECTORIES "${PACKAGE_PREFIX_DIR}/include")
|