diff options
Diffstat (limited to 'src/libcola')
| -rw-r--r-- | src/libcola/CMakeLists.txt | 17 |
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 |
