summaryrefslogtreecommitdiffstats
path: root/src/graphlayout
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphlayout')
-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
+)