diff options
author | Chris Robinson <[email protected]> | 2019-08-05 15:03:18 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-08-05 15:03:18 -0700 |
commit | e286ec8d09b8d0a1939bca9eaa196514347282b1 (patch) | |
tree | 23050faca3ea3280a2d9a16b5cbac9ad4f5bc48e /CMakeLists.txt | |
parent | d24401c3f3fbed3f0aa7fd5e4777e0d83797fa10 (diff) |
Move some declarations out of alcmain.h
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f3f9763..2fd0b69a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -598,6 +598,7 @@ SET(COMMON_OBJS common/aloptional.h common/alspan.h common/atomic.h + common/endiantest.h common/intrusive_ptr.h common/math_defs.h common/opthelpers.h @@ -637,6 +638,7 @@ SET(ALC_OBJS alc/bs2b.h alc/converter.cpp alc/converter.h + alc/devformat.h alc/inprogext.h alc/mastering.cpp alc/mastering.h |