mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-16 15:01:14 +02:00
12 lines
225 B
CMake
12 lines
225 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
IF (@MSGPACK_USE_BOOST@)
|
|
find_dependency(Boost REQUIRED)
|
|
ENDIF ()
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/msgpack-cxx-targets.cmake")
|
|
|
|
check_required_components(msgpack-cxx)
|