diff options
Diffstat (limited to 'tdecachegrind/ConfigureChecks.cmake')
-rw-r--r-- | tdecachegrind/ConfigureChecks.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tdecachegrind/ConfigureChecks.cmake b/tdecachegrind/ConfigureChecks.cmake new file mode 100644 index 00000000..e9b5cc27 --- /dev/null +++ b/tdecachegrind/ConfigureChecks.cmake @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2012 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +check_function_exists( mmap HAVE_MMAP ) |