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