We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2dec2 commit ca8d2f1Copy full SHA for ca8d2f1
1 file changed
src/OpenCOVER/plugins/hlrs/Midi/CMakeLists.txt
@@ -2,6 +2,11 @@ using(MIDIFILE)
2
using(SDL2)
3
using(FFTW)
4
using(VRML)
5
+IF(WIN32)
6
+message("noAlsa")
7
+ELSE(WIN32)
8
+ using(ALSA)
9
+ENDIF(WIN32)
10
#using(OPEN62541)
11
#USE_MIDIFILE()
12
# MESSAGE(${MIDIFILE_INCLUDE_DIR})
0 commit comments