urho3d/urho3d
Source/CMakeLists.txt
:15
string (TOUPPER HAVE_${FUNCT} HAVE_FUNCT)
string (TOUPPER HAVE_${FUNCT} HAVE_FUNCT)
check_function_exists (${FUNCT} ${HAVE_FUNCT})
string (TOUPPER HAVE_${FUNCT} HAVE_FUNCT)
check_function_exists (${FUNCT} ${HAVE_FUNCT})
string (TOUPPER HAVE_${FUNCT} HAVE_FUNCT)
check_symbol_exists (${FUNCT} "math.h;malloc.h" ${HAVE_FUNCT})