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

diff --git a/lib/twopigen/sources.cmake b/lib/twopigen/sources.cmake
new file mode 100644 (file)
index 0000000..81f3766
--- /dev/null
@@ -0,0 +1,18 @@
+# $Id$ $Revision$
+
+INCLUDE_DIRECTORIES(
+       ${twopigen_SRCDIR}
+       ${top_SRCDIR}
+       ${common_SRCDIR}
+       ${gvc_SRCDIR}
+       ${neatogen_SRCDIR}
+       ${pack_SRCDIR}
+       ${pathplan_SRCDIR}
+       ${graph_SRCDIR}
+       ${cdt_SRCDIR}
+)
+
+SET(twopigen_SRCS
+       ${twopigen_SRCDIR}/circle.c
+       ${twopigen_SRCDIR}/twopiinit.c
+)