From f53151e0184975e4331f5e981f57e32148379d74 Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Tue, 24 Jun 2008 06:32:23 +0000 Subject: Cmake: remove header files from source lists (bzr r6046) --- src/libcola/CMakeLists.txt | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'src/libcola') 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}) -- cgit v1.2.3