diff options
author | Chris Robinson <[email protected]> | 2018-11-15 19:42:13 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-15 19:42:13 -0800 |
commit | 4311c609e48d954e8fde9b6c3bf8077cfac8efa0 (patch) | |
tree | e3a584cd527ae99b0fdde173b583659b4fac836a /CMakeLists.txt | |
parent | 49d8ac2537a03dd8d1a60fa4667dc6090da6bcc5 (diff) |
Update the loopback backend
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 d3718332..06f280f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -991,6 +991,7 @@ SET(ALC_OBJS ${ALC_OBJS} Alc/backends/base.h # Default backends, always available Alc/backends/loopback.cpp + Alc/backends/loopback.h Alc/backends/null.cpp Alc/backends/null.h ) |