5 lines
99 B
CMake
5 lines
99 B
CMake
if(ANDROID)
|
|
include(CheckFunctionExists)
|
|
check_function_exists("glob" HAVE_GLOB_H)
|
|
endif()
|