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