Unify all package related names to msgpack-c.

Update the version to 6.0.0.
This commit is contained in:
Takatoshi Kondo
2023-02-28 10:43:13 +09:00
parent 551308ae10
commit 01f3d24fee
15 changed files with 82 additions and 77 deletions

19
msgpack-c-config.cmake.in Normal file
View File

@@ -0,0 +1,19 @@
#.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()