diff options
author | Chris Robinson <[email protected]> | 2020-12-21 18:00:43 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-24 22:49:55 -0800 |
commit | eedc42890fa1358a6639051a39f7e73f8d4d3b07 (patch) | |
tree | 927a986e1004db66cdf58741be908d8fb8eb6134 /CMakeLists.txt | |
parent | 63ea62bea1604ad97066809596da258751b48114 (diff) |
Move alexcpt to core
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fa9e7d37..86489991 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -554,8 +554,6 @@ set(COMMON_OBJS common/albyte.h common/alcomplex.cpp common/alcomplex.h - common/alexcpt.cpp - common/alexcpt.h common/alfstream.cpp common/alfstream.h common/almalloc.cpp @@ -596,6 +594,8 @@ set(CORE_OBJS core/bufferline.h core/devformat.cpp core/devformat.h + core/except.cpp + core/except.h core/filters/biquad.h core/filters/biquad.cpp core/filters/nfc.cpp |