summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-03-30 17:13:22 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-03-30 17:13:22 +0000
commit021312970bc2e41211ef6fcba9656723f6f519b2 (patch)
tree0b89487ab0d2a9e5a20792b5cddd204a84fee429 /src
parentNew LPE: Circle (with center at the first point and passing through the last ... (diff)
downloadinkscape-021312970bc2e41211ef6fcba9656723f6f519b2.tar.gz
inkscape-021312970bc2e41211ef6fcba9656723f6f519b2.zip
add CMakeLists.txt file for src/graphlayout
(bzr r5238)
Diffstat (limited to 'src')
-rw-r--r--src/graphlayout/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graphlayout/CMakeLists.txt b/src/graphlayout/CMakeLists.txt
new file mode 100644
index 000000000..6750da769
--- /dev/null
+++ b/src/graphlayout/CMakeLists.txt
@@ -0,0 +1,4 @@
+SET(graphlayout_SRC
+graphlayout.cpp
+graphlayout.h
+)