]> 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/circogen/sources.cmake [new file with mode: 0644]

diff --git a/lib/circogen/sources.cmake b/lib/circogen/sources.cmake
new file mode 100644 (file)
index 0000000..f1e372a
--- /dev/null
@@ -0,0 +1,27 @@
+# $Id$ $Revision$
+
+INCLUDE_DIRECTORIES(
+        ${circogen_SRCDIR}
+       ${top_SRCDIR}
+       ${common_SRCDIR}
+       ${gvc_SRCDIR}
+       ${neatogen_SRCDIR}
+       ${pack_SRCDIR}
+       ${pathplan_SRCDIR}
+       ${graph_SRCDIR}
+       ${cdt_SRCDIR}
+)
+
+SET(circogen_SRCS
+       ${circogen_SRCDIR}/circularinit.c
+       ${circogen_SRCDIR}/nodelist.c
+       ${circogen_SRCDIR}/block.c
+       ${circogen_SRCDIR}/edgelist.c
+       ${circogen_SRCDIR}/stack.c
+       ${circogen_SRCDIR}/circular.c
+       ${circogen_SRCDIR}/deglist.c
+       ${circogen_SRCDIR}/blocktree.c
+       ${circogen_SRCDIR}/blockpath.c
+       ${circogen_SRCDIR}/circpos.c
+       ${circogen_SRCDIR}/nodeset.c
+)