mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-30 17:23:51 +01:00
Bug 2425 - Linux: No MIDI support
This commit is contained in:
@@ -3,6 +3,12 @@ add_library( ${TARGET} STATIC )
|
|||||||
|
|
||||||
def_vars()
|
def_vars()
|
||||||
|
|
||||||
|
if( CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD" )
|
||||||
|
if( ${_OPT}use_pa_alsa )
|
||||||
|
find_package( ALSA )
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
list( APPEND SOURCES
|
list( APPEND SOURCES
|
||||||
PRIVATE
|
PRIVATE
|
||||||
${TARGET_ROOT}/pm_common/portmidi.c
|
${TARGET_ROOT}/pm_common/portmidi.c
|
||||||
|
|||||||
Reference in New Issue
Block a user