3 lines
73 B
CMake
3 lines
73 B
CMake
|
|
include(CheckFunctionExists)
|
||
|
|
|
||
|
|
check_function_exists(strndup HAVE_STRNDUP)
|