msgpack/msgpackc-cxx-config.cmake.in
2023-01-05 15:37:36 +01:00

12 lines
227 B
CMake

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
IF (@MSGPACK_USE_BOOST@)
find_dependency(Boost REQUIRED)
ENDIF ()
include("${CMAKE_CURRENT_LIST_DIR}/msgpackc-cxx-targets.cmake")
check_required_components(msgpackc-cxx)