From: johanengelen Date: Sun, 30 Mar 2008 17:13:22 +0000 (+0000) Subject: add CMakeLists.txt file for src/graphlayout X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1978a5751e9fa57fd41c5bc0b46b4e63df0a8b1d;p=inkscape.git add CMakeLists.txt file for 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 +)