X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Flibcola%2FCMakeLists.txt;h=564663aa02b5162e208a7d5fed87baa784c4ea82;hb=ea479a317d3fb2890308a1cc99ee730dd7b76de8;hp=ffc3f481fb86229db9dd20d5f54da3302e0ea122;hpb=acb7b28fa7484eaba99779a18f1fa478cbc3dc8a;p=inkscape.git 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})