summaryrefslogtreecommitdiffstats
path: root/src/libcola
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcola')
-rw-r--r--src/libcola/CMakeLists.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/libcola/CMakeLists.txt b/src/libcola/CMakeLists.txt
index 032bffb54..c89ffc692 100644
--- a/src/libcola/CMakeLists.txt
+++ b/src/libcola/CMakeLists.txt
@@ -7,6 +7,17 @@ set(libcola_SRC
gradient_projection.cpp
shortest_paths.cpp
straightener.cpp
+
+
+ # -------
+ # Headers
+ cola.h
+ conjugate_gradient.h
+ # cycle_detector.h
+ defs.h
+ gradient_projection.h
+ shortest_paths.h
+ straightener.h
)
-add_library(cola_LIB ${libcola_SRC})
+add_inkscape_lib(cola_LIB "${libcola_SRC}")