summaryrefslogtreecommitdiffstats
path: root/src/libcola
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-13 05:39:42 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-06-13 05:39:42 +0000
commitb7a4f23ed217a36eaaefe8f707bcc1b968d1e562 (patch)
tree3ea6133fa6ac3a5cc836501a2daf8424112e797f /src/libcola
parentReplace deprecated GTK_WIDGET_(UN)SET_FLAGS macros (diff)
downloadinkscape-b7a4f23ed217a36eaaefe8f707bcc1b968d1e562.tar.gz
inkscape-b7a4f23ed217a36eaaefe8f707bcc1b968d1e562.zip
cmake:
- group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
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}")