Code

Add CMakeLists for the filters directory.
[inkscape.git] / src / libcola / CMakeLists.txt
index ffc3f481fb86229db9dd20d5f54da3302e0ea122..564663aa02b5162e208a7d5fed87baa784c4ea82 100644 (file)
@@ -1,17 +1,10 @@
-SET(libcola_SRC\r
-cola.cpp\r
-cola.h\r
-conjugate_gradient.cpp\r
-conjugate_gradient.h\r
-connected_components.cpp\r
-cycle_detector.cpp\r
-cycle_detector.h\r
-defs.h\r
-gradient_projection.cpp\r
-gradient_projection.h\r
-shortest_paths.cpp\r
-shortest_paths.h\r
-straightener.cpp\r
-straightener.h\r
-)\r
+SET(libcola_SRC
+cola.cpp
+conjugate_gradient.cpp
+connected_components.cpp
+cycle_detector.cpp
+gradient_projection.cpp
+shortest_paths.cpp
+straightener.cpp
+)
 ADD_LIBRARY(cola STATIC ${libcola_SRC})