1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00
rpcs3/3rdparty/rtmidi/CMakeLists.txt
2024-05-14 19:36:48 +03:00

4 lines
157 B
CMake

option(RTMIDI_API_JACK "Compile with JACK support." OFF)
set(RTMIDI_TARGETNAME_UNINSTALL "uninstall-rpcs3-rtmidi")
add_subdirectory(rtmidi EXCLUDE_FROM_ALL)