diff options
author | Chris Robinson <[email protected]> | 2013-10-28 12:30:57 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-10-28 12:30:57 -0700 |
commit | 20bcb68ad6439bebc35bd9bb941916ad151cb690 (patch) | |
tree | e9dba9efaa2089410ad6c1b04c449982f2b3ce2c /CMakeLists.txt | |
parent | 0617df9b5f6dd2b01d248edd0b4ad989d1c343f8 (diff) |
Move ALCbackend base stuff to a separate file
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 c056a7d4..d048f11d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -546,6 +546,7 @@ ENDIF() SET(ALC_OBJS ${ALC_OBJS} + Alc/backends/base.c # Default backends, always available Alc/backends/loopback.c Alc/backends/null.c |