cmake HAVE_LROUND examples

inolen/redream deps/chdr/CMakeLists.txt :60

target_compile_definitions(flac-static PRIVATE PACKAGE_VERSION="1.3.2" FLAC__HAS_OGG=0 FLAC__NO_DLL HAVE_LROUND HAVE_STDINT_H HAVE_STDLIB_H ${FLAC_DEFS})

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/flac/src/libFLAC/CMakeLists.txt :7

check_function_exists(lround HAVE_LROUND)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/flac/src/libFLAC/CMakeLists.txt :88

target_link_libraries(FLAC PUBLIC $<$<BOOL:${HAVE_LROUND}>:m>)

skmp/reicast-emulator CMakeLists.txt :200

add_definitions(-DPACKAGE_VERSION=\"1.3.2\" -DFLAC__HAS_OGG=0 -DFLAC__NO_DLL -DHAVE_LROUND -DHAVE_STDINT_H -DHAVE_STDLIB_H -DHAVE_SYS_PARAM_H)

Sneeds-Feed-and-Seed/sneedacity CMakeLists.txt :420

check_symbol_exists( lround "math.h" HAVE_LROUND )

PSI-Rockin/DobieStation ext/libFLAC/CMakeLists.txt :55

target_compile_definitions(libFLAC PRIVATE PACKAGE_VERSION="1.3.2" FLAC__HAS_OGG=0 HAVE_LROUND HAVE_STDINT_H HAVE_STDLIB_H)