summaryrefslogtreecommitdiffstats
path: root/src/libvpsc/CMakeLists.txt
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 14:25:32 +0000
committerMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 14:25:32 +0000
commitab5f8ff5869021958f4ae8b838c3d707a2e85eaa (patch)
tree4907675828a5401d013b7587538cc8541edd2764 /src/libvpsc/CMakeLists.txt
parentmoved libcroco, libuemf, libdepixelize to 3rdparty folder (diff)
downloadinkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.tar.gz
inkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.zip
Put adaptagrams into its own folder
Diffstat (limited to 'src/libvpsc/CMakeLists.txt')
-rw-r--r--src/libvpsc/CMakeLists.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/libvpsc/CMakeLists.txt b/src/libvpsc/CMakeLists.txt
deleted file mode 100644
index 60fed84ea..000000000
--- a/src/libvpsc/CMakeLists.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-
-set(libvpsc_SRC
- block.cpp
- blocks.cpp
- cbuffer.cpp
- constraint.cpp
- rectangle.cpp
- solve_VPSC.cpp
- variable.cpp
-
-
- # -------
- # Headers
- assertions.h
- block.h
- blocks.h
- cbuffer.h
- constraint.h
- exceptions.h
- isnan.h
- linesegment.h
- pairing_heap.h
- rectangle.h
- solve_VPSC.h
- variable.h
-)
-
-add_inkscape_lib(vpsc_LIB "${libvpsc_SRC}")