cmake HAVE_FUNCT examples

urho3d/urho3d Source/CMakeLists.txt :15

string (TOUPPER HAVE_${FUNCT} HAVE_FUNCT)

urho3d/urho3d Source/CMakeLists.txt :16

check_function_exists (${FUNCT} ${HAVE_FUNCT})

u3d-community/U3D Source/CMakeLists.txt :33

string (TOUPPER HAVE_${FUNCT} HAVE_FUNCT)

u3d-community/U3D Source/CMakeLists.txt :34

check_function_exists (${FUNCT} ${HAVE_FUNCT})

rbfx/rbfx Source/Urho3D/CMakeLists.txt :405

string (TOUPPER HAVE_${FUNCT} HAVE_FUNCT)

rbfx/rbfx Source/Urho3D/CMakeLists.txt :406

check_symbol_exists (${FUNCT} "math.h;malloc.h" ${HAVE_FUNCT})