mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-20 07:51:34 +02:00
20 lines
309 B
CMake
20 lines
309 B
CMake
#.rst:
|
|
# msgpack
|
|
# -------
|
|
#
|
|
# The following import targets are created
|
|
#
|
|
# ::
|
|
#
|
|
# msgpack-c
|
|
# msgpack-c-static (optional)
|
|
#
|
|
|
|
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
if(NOT TARGET msgpack-c AND NOT TARGET msgpack-c-static)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/msgpack-c-targets.cmake")
|
|
endif()
|