summaryrefslogtreecommitdiffstats
path: root/src/libcola
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcola')
-rw-r--r--src/libcola/CMakeLists.txt21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/libcola/CMakeLists.txt b/src/libcola/CMakeLists.txt
index b5f2e7f1f..19ac816b2 100644
--- a/src/libcola/CMakeLists.txt
+++ b/src/libcola/CMakeLists.txt
@@ -1,12 +1,11 @@
-SET(libcola_SRC
-cola.cpp
-conjugate_gradient.cpp
-connected_components.cpp
-cycle_detector.cpp
-gradient_projection.cpp
-shortest_paths.cpp
-straightener.cpp
+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})
-TARGET_LINK_LIBRARIES(cola
-${INKSCAPE_LIBS}) \ No newline at end of file
+add_library(cola STATIC ${libcola_SRC})
+target_link_libraries(cola ${INKSCAPE_LIBS}) \ No newline at end of file