File: msgpack-cxx-config.cmake.in

package info (click to toggle)
msgpack-cxx 7.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,520 kB
  • sloc: cpp: 87,413; ansic: 3,571; sh: 56; makefile: 39
file content (11 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
@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)