diff options
author | Chris Robinson <[email protected]> | 2018-11-24 19:54:30 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-24 19:54:30 -0800 |
commit | 71660df5e50bf44784c8bd06d80af96eb3a5a479 (patch) | |
tree | d1acdf91e88fffff959dc646d2f35a92a04223be /CMakeLists.txt | |
parent | 377325e794c77f5372a8fc7991eac85809e60e64 (diff) |
Move bs2b.h to a more appropriate place
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 476b241f..6bbbc561 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -714,7 +714,6 @@ SET(COMMON_OBJS common/vecmat.h ) SET(OPENAL_OBJS - OpenAL32/Include/bs2b.h OpenAL32/Include/alMain.h OpenAL32/Include/alu.h @@ -745,6 +744,7 @@ SET(ALC_OBJS Alc/alconfig.h Alc/alcontext.h Alc/bs2b.cpp + Alc/bs2b.h Alc/converter.cpp Alc/converter.h Alc/inprogext.h |