summaryrefslogtreecommitdiffstats
path: root/src/libavoid
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-30 17:48:32 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-30 17:48:32 +0000
commit7cc32d11af936e584741d4c28e955f7a2f5b34f1 (patch)
tree3e09b4d47ff969107efdf8fdbac8262d887e4675 /src/libavoid
parentrevert Makefile changes accidentally committed (diff)
downloadinkscape-7cc32d11af936e584741d4c28e955f7a2f5b34f1.tar.gz
inkscape-7cc32d11af936e584741d4c28e955f7a2f5b34f1.zip
add CMakeFiles for io, jabber_whiteboard libavoid libcola.
(bzr r5245)
Diffstat (limited to 'src/libavoid')
-rw-r--r--src/libavoid/CMakeLists.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/libavoid/CMakeLists.txt b/src/libavoid/CMakeLists.txt
new file mode 100644
index 000000000..e2530c183
--- /dev/null
+++ b/src/libavoid/CMakeLists.txt
@@ -0,0 +1,30 @@
+SET(libavoid_SRC
+connector.cpp
+connector.h
+debug.h
+geometry.cpp
+geometry.h
+geomtypes.h
+graph.cpp
+graph.h
+libavoid.h
+makepath.cpp
+makepath.h
+polyutil.cpp
+polyutil.h
+region.cpp
+region.h
+router.cpp
+router.h
+shape.cpp
+shape.h
+static.cpp
+static.h
+timer.cpp
+timer.h
+vertices.cpp
+vertices.h
+visibility.cpp
+visibility.h
+)
+ADD_LIBRARY(inklibavoid STATIC ${libavoid_SRC})