diff options
author | Chris Robinson <[email protected]> | 2019-05-04 18:03:25 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-05-04 18:03:25 -0700 |
commit | 5ff8d5ae32943c5325172799f31b7c5b66c4f054 (patch) | |
tree | 1920073d9a1325f8d203fa187e2a9bf1b7d8b011 /CMakeLists.txt | |
parent | 1607f9c525eedb4af5b736990fd4e6640f37def0 (diff) |
Add an exception class to cover backend creation and opening
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 4367b2df..68a76dad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -641,6 +641,7 @@ ENDIF() SET(COMMON_OBJS common/alcomplex.cpp common/alcomplex.h + common/alexcpt.cpp common/alexcpt.h common/almalloc.cpp common/almalloc.h |