]> granicus.if.org Git - graphviz/commitdiff
cmake development
authorellson <devnull@localhost>
Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)
committerellson <devnull@localhost>
Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)
lib/pathplan/sources.cmake [new file with mode: 0644]

diff --git a/lib/pathplan/sources.cmake b/lib/pathplan/sources.cmake
new file mode 100644 (file)
index 0000000..b02b95f
--- /dev/null
@@ -0,0 +1,18 @@
+# $Id$ $Revision$
+
+INCLUDE_DIRECTORIES(
+       ${pathplan_SRCDIR}
+       ${top_SRCDIR}
+)
+
+SET(pathplan_SRCS
+       ${pathplan_SRCDIR}/cvt.c
+       ${pathplan_SRCDIR}/inpoly.c
+       ${pathplan_SRCDIR}/route.c
+       ${pathplan_SRCDIR}/shortest.c
+       ${pathplan_SRCDIR}/shortestpth.c
+       ${pathplan_SRCDIR}/solvers.c
+       ${pathplan_SRCDIR}/triang.c
+       ${pathplan_SRCDIR}/util.c
+       ${pathplan_SRCDIR}/visibility.c
+)