diff options
author | Chris Robinson <[email protected]> | 2013-12-19 00:57:07 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-19 00:57:07 -0800 |
commit | 99933fac4940303903fcf4fbb022f48824196ed9 (patch) | |
tree | 8d7e345003f87f34e5990c7127240e2f6a638ea3 /CMakeLists.txt | |
parent | 57491bf14c43de01ffcbcd61d6bdff6df49f4066 (diff) |
Allow creating instrument objects
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 14170704..c5019323 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -491,6 +491,7 @@ SET(OPENAL_OBJS OpenAL32/alAuxEffectSlot.c OpenAL32/alError.c OpenAL32/alExtension.c OpenAL32/alFilter.c + OpenAL32/alInstrument.c OpenAL32/alListener.c OpenAL32/alMidi.c OpenAL32/alPreset.c |