mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 05:51:38 +08:00
5 lines
99 B
CMake
5 lines
99 B
CMake
|
if(ANDROID)
|
||
|
include(CheckFunctionExists)
|
||
|
check_function_exists("glob" HAVE_GLOB_H)
|
||
|
endif()
|