vcpkg/ports/gperftools/cmake-project-include.cmake

5 lines
99 B
CMake

if(ANDROID)
include(CheckFunctionExists)
check_function_exists("glob" HAVE_GLOB_H)
endif()