From 021312970bc2e41211ef6fcba9656723f6f519b2 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 30 Mar 2008 17:13:22 +0000 Subject: add CMakeLists.txt file for src/graphlayout (bzr r5238) --- src/graphlayout/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/graphlayout/CMakeLists.txt (limited to 'src/graphlayout') 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 +) -- cgit v1.2.3