diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-08 15:49:56 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-08 15:49:56 +0000 |
commit | 96411d66c8095128af871a82ba2895c61dab3281 (patch) | |
tree | c0cf5c800fd5b6e44c7bf9c05a9f197d8db1e525 /kmrml/ConfigureChecks.cmake | |
parent | 5c3f3c34c2f56660f935451776e76e552c7af305 (diff) | |
download | tdegraphics-96411d66c8095128af871a82ba2895c61dab3281.tar.gz tdegraphics-96411d66c8095128af871a82ba2895c61dab3281.zip |
[kdegraphics] added cmake support for kgamma, kiconedit, and kmrml
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230898 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmrml/ConfigureChecks.cmake')
-rw-r--r-- | kmrml/ConfigureChecks.cmake | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kmrml/ConfigureChecks.cmake b/kmrml/ConfigureChecks.cmake new file mode 100644 index 00000000..51a3c9fb --- /dev/null +++ b/kmrml/ConfigureChecks.cmake @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +check_include_file( stdlib.h HAVE_STDLIB_H ) +check_include_file( unistd.h HAVE_UNISTD_H ) |