mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
5 lines
212 B
CMake
5 lines
212 B
CMake
option(RTMIDI_API_JACK "Compile with JACK support." OFF)
|
|
option(RTMIDI_BUILD_TESTING "Build test programs" OFF)
|
|
set(RTMIDI_TARGETNAME_UNINSTALL "uninstall-rpcs3-rtmidi")
|
|
add_subdirectory(rtmidi EXCLUDE_FROM_ALL)
|