From 6ea9a88f68a7abfa6338187f9030e74a296c5572 Mon Sep 17 00:00:00 2001 From: samelian Date: Wed, 11 May 2011 21:29:40 +0000 Subject: [kdegraphics] added cmake support for kuickshow and ksnapshot git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1231437 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kuickshow/CMakeLists.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 kuickshow/CMakeLists.txt (limited to 'kuickshow/CMakeLists.txt') diff --git a/kuickshow/CMakeLists.txt b/kuickshow/CMakeLists.txt new file mode 100644 index 00000000..57f95734 --- /dev/null +++ b/kuickshow/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +include( ConfigureChecks.cmake ) + +add_subdirectory( src ) +add_subdirectory( misc ) +add_subdirectory( pics ) -- cgit v1.2.1