summaryrefslogtreecommitdiffstats
path: root/src/algorithms
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2009-01-09 01:57:18 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2009-01-09 01:57:18 +0000
commitd0a01c4ce2652c3fb0b6fb89725c56d20e94c538 (patch)
treeba5bb3dcc6218fa5b0f0af1b00b2f93f14fa95e1 /src/algorithms
parentlittle change to meke extensions more testables (diff)
downloadinkscape-d0a01c4ce2652c3fb0b6fb89725c56d20e94c538.tar.gz
inkscape-d0a01c4ce2652c3fb0b6fb89725c56d20e94c538.zip
Cmake: restructure build files to be more like current build system. Should reduce linking stage command for windows.
(bzr r7100)
Diffstat (limited to 'src/algorithms')
-rw-r--r--src/algorithms/CMakeLists.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/algorithms/CMakeLists.txt b/src/algorithms/CMakeLists.txt
index c4ef6aafb..0ac17f57c 100644
--- a/src/algorithms/CMakeLists.txt
+++ b/src/algorithms/CMakeLists.txt
@@ -1,5 +1,6 @@
-SET(algorithms_SRC
-find-if-before.h
-find-last-if.h
-longest-common-suffix.h
-)
+#SET(algorithms_SRC
+#find-if-before.h
+#find-last-if.h
+#longest-common-suffix.h
+#)
+#ADD_LIBRARY(algorithms STATIC ${algorithms_SRC}) \ No newline at end of file