tanis2000/binocle-c
src/deps/sdl/CMakeLists.txt
:1052
check_c_source_compiles("
#include <math.h>
int main() {
double d = 3.14159;
return ${math_fn}(d);
}
" LIBC_HAS_${MATH_FN})