summaryrefslogtreecommitdiffstats
path: root/src/livarot
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-06-24 06:32:23 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-06-24 06:32:23 +0000
commitf53151e0184975e4331f5e981f57e32148379d74 (patch)
tree90c2086e058777c2b464844e14fa61bca3dfc91c /src/livarot
parentdelivarotify, render with cairo; regression: cairo cannot do inverse (diff)
downloadinkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz
inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip
Cmake: remove header files from source lists
(bzr r6046)
Diffstat (limited to 'src/livarot')
-rw-r--r--src/livarot/CMakeLists.txt20
1 files changed, 2 insertions, 18 deletions
diff --git a/src/livarot/CMakeLists.txt b/src/livarot/CMakeLists.txt
index 583863890..d12df1c3b 100644
--- a/src/livarot/CMakeLists.txt
+++ b/src/livarot/CMakeLists.txt
@@ -1,39 +1,23 @@
-SET(livarot_SRC
+SET(livarot_SRC
AlphaLigne.cpp
-AlphaLigne.h
AVL.cpp
-AVL.h
BitLigne.cpp
-BitLigne.h
-CMakeLists.txt
float-line.cpp
-float-line.h
int-line.cpp
-int-line.h
-LivarotDefs.h
-livarot-forward.h
-Livarot.h
PathConversion.cpp
Path.cpp
PathCutting.cpp
path-description.cpp
-path-description.h
-Path.h
PathOutline.cpp
PathSimplify.cpp
PathStroke.cpp
Shape.cpp
ShapeDraw.cpp
-Shape.h
ShapeMisc.cpp
ShapeRaster.cpp
ShapeSweep.cpp
sweep-event.cpp
-sweep-event.h
-sweep-event-queue.h
sweep-tree.cpp
-sweep-tree.h
sweep-tree-list.cpp
-sweep-tree-list.h
-)
+)
ADD_LIBRARY(livarot STATIC ${livarot_SRC})