You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
252 B
CMake
12 lines
252 B
CMake
12 months ago
|
cmake_policy(PUSH)
|
||
|
cmake_policy(VERSION 3.0)
|
||
|
|
||
|
@PACKAGE_INIT@
|
||
|
|
||
|
include ( "${CMAKE_CURRENT_LIST_DIR}/jsoncpp-targets.cmake" )
|
||
|
include ( "${CMAKE_CURRENT_LIST_DIR}/jsoncpp-namespaced-targets.cmake" )
|
||
|
|
||
|
check_required_components(JsonCpp)
|
||
|
|
||
|
cmake_policy(POP)
|