Files
dl/third/rtmidi/cmake/rtmidi-config.cmake.in
2026-09-16 14:07:40 +08:00

24 lines
277 B
CMake
Vendored

#.rst:
# RtMidi
# -------
#
# The following import targets are created
#
# ::
#
#
# RtMidi::rtmidi
#
#
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
@package_dependencies@
if(NOT TARGET rtmidi)
include("${CMAKE_CURRENT_LIST_DIR}/RtMidiTargets.cmake")
endif()