From: ellson Date: Sat, 8 Jul 2006 22:58:10 +0000 (+0000) Subject: cmake development X-Git-Tag: LAST_LIBGRAPH~32^2~6122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=984ac5676bf56333163e6a96a22a1cc9b82a0d68;p=graphviz cmake development --- diff --git a/lib/twopigen/sources.cmake b/lib/twopigen/sources.cmake new file mode 100644 index 000000000..81f376654 --- /dev/null +++ b/lib/twopigen/sources.cmake @@ -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 +)