ComputationalBiomechanicsLab/opensim-creator
third_party/SDL/CMakeLists.txt
:1060
check_c_source_compiles("
#include <math.h>
int main() {
double d = 3.14159;
return ${math_fn}(d);
}
" LIBC_HAS_${MATH_FN})