aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gperftools/cmake-project-include.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/gperftools/cmake-project-include.cmake')
-rw-r--r--vcpkg/ports/gperftools/cmake-project-include.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/gperftools/cmake-project-include.cmake b/vcpkg/ports/gperftools/cmake-project-include.cmake
new file mode 100644
index 0000000..953c2ac
--- /dev/null
+++ b/vcpkg/ports/gperftools/cmake-project-include.cmake
@@ -0,0 +1,4 @@
+if(ANDROID)
+ include(CheckFunctionExists)
+ check_function_exists("glob" HAVE_GLOB_H)
+endif()