From 1978a5751e9fa57fd41c5bc0b46b4e63df0a8b1d Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sun, 30 Mar 2008 17:13:22 +0000 Subject: [PATCH] add CMakeLists.txt file for src/graphlayout --- src/graphlayout/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/graphlayout/CMakeLists.txt 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 +) -- 2.30.2