diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-11 21:29:40 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-11 21:29:40 +0000 |
commit | 6ea9a88f68a7abfa6338187f9030e74a296c5572 (patch) | |
tree | 898b6f8501569cee2997885bf4b5c840fb388fe4 /kuickshow/ConfigureChecks.cmake | |
parent | 9c8150b75ff42d23cefed07e1a07bb3c06ec9850 (diff) | |
download | tdegraphics-6ea9a88f68a7abfa6338187f9030e74a296c5572.tar.gz tdegraphics-6ea9a88f68a7abfa6338187f9030e74a296c5572.zip |
[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
Diffstat (limited to 'kuickshow/ConfigureChecks.cmake')
-rw-r--r-- | kuickshow/ConfigureChecks.cmake | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kuickshow/ConfigureChecks.cmake b/kuickshow/ConfigureChecks.cmake new file mode 100644 index 00000000..61b36454 --- /dev/null +++ b/kuickshow/ConfigureChecks.cmake @@ -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 +# +################################################# + +# imlib +pkg_search_module( IMLIB imlib ) +if( NOT IMLIB_FOUND ) + tde_message_fatal( "imlib is required, but was not found on your system" ) +endif( ) |