acoustid/chromaprint
CMakeLists.txt
:45
check_symbol_exists(round math.h HAVE_ROUND)
check_symbol_exists(round math.h HAVE_ROUND)
add_definitions( -DHAVE_ROUND )
CHECK_SYMBOL_EXISTS(round "math.h" HAVE_ROUND)
check_function_exists(round HAVE_ROUND)
add_definitions( -DHAVE_ROUND )
check_symbol_exists(round math.h HAVE_ROUND)