mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
4b1bd4405e
* Create a jsoncppConfig.cmake file, even if building under meson * Hardcode many fewer things in the meson-generated cmake files * use join_paths for constructing paths in the output Config.cmake --------- Co-authored-by: Jordan Bayles <bayles.jordan@gmail.com>
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
@PACKAGE_INIT@
|
|
|
|
@MESON_SHARED_TARGET@
|
|
@MESON_STATIC_TARGET@
|
|
|
|
include ( "${CMAKE_CURRENT_LIST_DIR}/jsoncpp-namespaced-targets.cmake" )
|
|
|
|
check_required_components(JsonCpp)
|