summaryrefslogtreecommitdiffstats
path: root/src/libcola/CMakeLists.txt
blob: 564663aa02b5162e208a7d5fed87baa784c4ea82 (plain)
1
2
3
4
5
6
7
8
9
10
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})