diff options
author | Chris Robinson <[email protected]> | 2013-12-17 22:43:10 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-17 22:43:10 -0800 |
commit | 0095a59fc96faa1d1cf0c8ede9105b4770b240bc (patch) | |
tree | b6eabc9f2baa8e701acf293510fa17a6091a936a /CMakeLists.txt | |
parent | ee92b3142d70a50945b4a4aa021f7a846061d28e (diff) |
Move the dummy MIDI handler to a separate file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 847e7b84..dee9d73b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -558,6 +558,7 @@ ENDIF() SET(ALC_OBJS ${ALC_OBJS} + Alc/midi/dummy.c Alc/midi/fluidsynth.c ) |