summaryrefslogtreecommitdiffstats
path: root/src/libvpsc
diff options
context:
space:
mode:
authorNick Drobchenko <xepecine@gmail.com>2011-07-05 15:12:43 +0000
committerNick <xepecine@gmail.com>2011-07-05 15:12:43 +0000
commit4d613dc583b96ea9205cd06f229956d6ec56c9e6 (patch)
tree4ef65b8843a4ee4f05c4895643f8abb0a63602a5 /src/libvpsc
parentExtensions. Perspective. use transform elements if present (Bug 168942) (diff)
downloadinkscape-4d613dc583b96ea9205cd06f229956d6ec56c9e6.tar.gz
inkscape-4d613dc583b96ea9205cd06f229956d6ec56c9e6.zip
Gcodetools have been upgraded to v. 1.7.
(bzr r10417)
Diffstat (limited to 'src/libvpsc')
-rw-r--r--src/libvpsc/CMakeLists.txt58
1 files changed, 29 insertions, 29 deletions
diff --git a/src/libvpsc/CMakeLists.txt b/src/libvpsc/CMakeLists.txt
index 8db059b5d..4099900b5 100644
--- a/src/libvpsc/CMakeLists.txt
+++ b/src/libvpsc/CMakeLists.txt
@@ -1,29 +1,29 @@
-
-set(libvpsc_SRC
- block.cpp
- blocks.cpp
- constraint.cpp
- csolve_VPSC.cpp
- generate-constraints.cpp
- remove_rectangle_overlap.cpp
- solve_VPSC.cpp
- variable.cpp
- pairingheap/PairingHeap.cpp
-
-
- # -------
- # Headers
- block.h
- blocks.h
- constraint.h
- csolve_VPSC.h
- generate-constraints.h
- pairingheap/PairingHeap.h
- pairingheap/dsexceptions.h
- placement_SolveVPSC.h
- remove_rectangle_overlap.h
- solve_VPSC.h
- variable.h
-)
-
-add_inkscape_lib(vpsc_LIB "${libvpsc_SRC}")
+
+set(libvpsc_SRC
+ block.cpp
+ blocks.cpp
+ constraint.cpp
+ csolve_VPSC.cpp
+ generate-constraints.cpp
+ remove_rectangle_overlap.cpp
+ solve_VPSC.cpp
+ variable.cpp
+ pairingheap/PairingHeap.cpp
+
+
+ # -------
+ # Headers
+ block.h
+ blocks.h
+ constraint.h
+ csolve_VPSC.h
+ generate-constraints.h
+ pairingheap/PairingHeap.h
+ pairingheap/dsexceptions.h
+ placement_SolveVPSC.h
+ remove_rectangle_overlap.h
+ solve_VPSC.h
+ variable.h
+)
+
+add_inkscape_lib(vpsc_LIB "${libvpsc_SRC}")