diff options
author | Chris Robinson <[email protected]> | 2023-04-30 03:24:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-04-30 03:24:20 -0700 |
commit | 755429798a1dbe658d2a4d342927c9b9272629ee (patch) | |
tree | 0053b909087c640db818049923167c986f283dab /CMakeLists.txt | |
parent | d7e22a8ada669910882ae34e0b57da6712629e72 (diff) |
Move debug functions to their own source
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 55644b04..eec2d58f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -742,6 +742,8 @@ set(OPENAL_OBJS al/auxeffectslot.h al/buffer.cpp al/buffer.h + al/debug.cpp + al/debug.h al/effect.cpp al/effect.h al/effects/autowah.cpp |