summaryrefslogtreecommitdiff
path: root/lib/Numerical/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numerical/CMakeLists.txt')
-rw-r--r--lib/Numerical/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Numerical/CMakeLists.txt b/lib/Numerical/CMakeLists.txt
index 780074a..5311879 100644
--- a/lib/Numerical/CMakeLists.txt
+++ b/lib/Numerical/CMakeLists.txt
@@ -1,2 +1,3 @@
add_libflang_library(libflangNumerical
- Complex.cpp)
+ Complex.cpp
+ Integer.cpp)