mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-23 08:31:45 +02:00
Unify all package related names to msgpack-c.
Update the version to 6.0.0.
This commit is contained in:
19
msgpack-c-config.cmake.in
Normal file
19
msgpack-c-config.cmake.in
Normal 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()
|
Reference in New Issue
Block a user