aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gperftools/cmake-project-include.cmake
blob: 953c2ac474823cba8c9fd42cac1f300c0aa0f7fd (plain)
1
2
3
4
if(ANDROID)
    include(CheckFunctionExists)
    check_function_exists("glob" HAVE_GLOB_H)
endif()