summaryrefslogtreecommitdiffstats
path: root/src/libcola
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-30 17:48:32 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-30 17:48:32 +0000
commit7cc32d11af936e584741d4c28e955f7a2f5b34f1 (patch)
tree3e09b4d47ff969107efdf8fdbac8262d887e4675 /src/libcola
parentrevert Makefile changes accidentally committed (diff)
downloadinkscape-7cc32d11af936e584741d4c28e955f7a2f5b34f1.tar.gz
inkscape-7cc32d11af936e584741d4c28e955f7a2f5b34f1.zip
add CMakeFiles for io, jabber_whiteboard libavoid libcola.
(bzr r5245)
Diffstat (limited to 'src/libcola')
-rw-r--r--src/libcola/CMakeLists.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libcola/CMakeLists.txt b/src/libcola/CMakeLists.txt
new file mode 100644
index 000000000..04005fde4
--- /dev/null
+++ b/src/libcola/CMakeLists.txt
@@ -0,0 +1,17 @@
+SET(libcola_SRC
+cola.cpp
+cola.h
+conjugate_gradient.cpp
+conjugate_gradient.h
+connected_components.cpp
+cycle_detector.cpp
+cycle_detector.h
+defs.h
+gradient_projection.cpp
+gradient_projection.h
+shortest_paths.cpp
+shortest_paths.h
+straightener.cpp
+straightener.h
+)
+ADD_LIBRARY(inklibcola STATIC ${libcola_SRC}) \ No newline at end of file