diff options
Diffstat (limited to 'src/libcola')
| -rw-r--r-- | src/libcola/CMakeLists.txt | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/src/libcola/CMakeLists.txt b/src/libcola/CMakeLists.txt index ffc3f481f..564663aa0 100644 --- a/src/libcola/CMakeLists.txt +++ b/src/libcola/CMakeLists.txt @@ -1,17 +1,10 @@ -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
-)
+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}) |
