mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 00:40:11 +00:00
4 lines
157 B
CMake
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)
|