aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-12-17 23:03:34 -0800
committerChris Robinson <[email protected]>2013-12-17 23:03:34 -0800
commit0653680690688fd0c9e4331bf1c5a5cd6490e270 (patch)
treec91a02b8e72de51d92ced184efb1b04b50f27915 /CMakeLists.txt
parent0095a59fc96faa1d1cf0c8ede9105b4770b240bc (diff)
Move the base MidiSynth to a separate file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dee9d73b..14ecc4b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -558,6 +558,7 @@ ENDIF()
SET(ALC_OBJS ${ALC_OBJS}
+ Alc/midi/base.c
Alc/midi/dummy.c
Alc/midi/fluidsynth.c
)