diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-06-24 06:32:23 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-06-24 06:32:23 +0000 |
| commit | f53151e0184975e4331f5e981f57e32148379d74 (patch) | |
| tree | 90c2086e058777c2b464844e14fa61bca3dfc91c /src/libcola | |
| parent | delivarotify, render with cairo; regression: cairo cannot do inverse (diff) | |
| download | inkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip | |
Cmake: remove header files from source lists
(bzr r6046)
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}) |
