summaryrefslogtreecommitdiffstats
path: root/src/libcola/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcola/CMakeLists.txt')
-rw-r--r--src/libcola/CMakeLists.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/libcola/CMakeLists.txt b/src/libcola/CMakeLists.txt
index c89ffc692..035b32dc2 100644
--- a/src/libcola/CMakeLists.txt
+++ b/src/libcola/CMakeLists.txt
@@ -1,21 +1,27 @@
set(libcola_SRC
+ box.cpp
+ cluster.cpp
cola.cpp
+ convex_hull.cpp
+ compound_constraints.cpp
conjugate_gradient.cpp
connected_components.cpp
- # cycle_detector.cpp
gradient_projection.cpp
- shortest_paths.cpp
+ shapepair.cpp
straightener.cpp
# -------
# Headers
+ box.h
+ cluster.h
cola.h
+ compound_constraints.h
conjugate_gradient.h
- # cycle_detector.h
- defs.h
+ convex_hull.h
gradient_projection.h
+ shapepair.cpp
shortest_paths.h
straightener.h
)