mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +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)
|