diff options
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( ) |