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