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

diff --git a/lib/vpsc/sources.cmake b/lib/vpsc/sources.cmake
new file mode 100644 (file)
index 0000000..3063077
--- /dev/null
@@ -0,0 +1,18 @@
+# $Id$ $Revision$
+
+INCLUDE_DIRECTORIES(
+       ${vpsc_SRCDIR}
+       ${top_SRCDIR}
+)
+
+SET(vpsc_SRCS
+       ${vpsc_SRCDIR}/block.cpp
+       ${vpsc_SRCDIR}/blocks.cpp
+       ${vpsc_SRCDIR}/constraint.cpp
+       ${vpsc_SRCDIR}/generate-constraints.cpp
+       ${vpsc_SRCDIR}/pairingheap/PairingHeap.cpp
+       ${vpsc_SRCDIR}/remove_rectangle_overlap.cpp
+       ${vpsc_SRCDIR}/solve_VPSC.cpp
+       ${vpsc_SRCDIR}/csolve_VPSC.cpp
+       ${vpsc_SRCDIR}/variable.cpp
+)