diff options
author | Chris Robinson <[email protected]> | 2019-02-11 11:07:06 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-02-11 11:07:06 -0800 |
commit | 995c9649cbaa16742ef7c9c20aa58e422ba90a35 (patch) | |
tree | cd924ffb8f5b360964652bb6dd2fc54511a2dc88 /CMakeLists.txt | |
parent | 69d8c6546d1468473f34092727b3ce776a5f89e5 (diff) |
Move some number-related stuff to a separate header
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 bc61cc9b..5265cc66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -694,6 +694,7 @@ SET(COMMON_OBJS common/alcomplex.h common/almalloc.cpp common/almalloc.h + common/alnumeric.h common/atomic.h common/math_defs.h common/opthelpers.h |