mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
01f3d24fee
Update the version to 6.0.0.
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()
|