Skip to content

Commit ca8d2f1

Browse files
committed
added ALSA
1 parent 7a2dec2 commit ca8d2f1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/OpenCOVER/plugins/hlrs/Midi/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ using(MIDIFILE)
22
using(SDL2)
33
using(FFTW)
44
using(VRML)
5+
IF(WIN32)
6+
message("noAlsa")
7+
ELSE(WIN32)
8+
using(ALSA)
9+
ENDIF(WIN32)
510
#using(OPEN62541)
611
#USE_MIDIFILE()
712
# MESSAGE(${MIDIFILE_INCLUDE_DIR})

0 commit comments

Comments
 (0)