cmake HAVE_LIBM examples

erthink/libmdbx CMakeLists.txt :343

check_function_exists(pow HAVE_LIBM)

crossuo/crossuo deps/sdl-2.0.10-c1be3add38/CMakeLists.txt :763

check_library_exists(m pow "" HAVE_LIBM)

ChisBread/transmission_pt_edition CMakeLists.txt :506

check_library_exists(m sqrt "" HAVE_LIBM)

porres/pd-else Source/Audio/sfz~/sfizz/library/external/st_audiofile/thirdparty/libaiff/CMakeLists.txt :6

check_library_exists("m" "sin" "" HAVE_LIBM)

porres/pd-else Source/Shared/opus/cmake/OpusConfig.cmake :43

check_library_exists(m floor "" HAVE_LIBM)

duckdb/duckdb-spatial vcpkg_ports/sqlite3/CMakeLists.txt :48

find_library(HAVE_LIBM m)

AtomicGameEngine/AtomicGameEngine Source/ThirdParty/SDL/CMakeLists.txt :556

check_library_exists(m pow "" HAVE_LIBM)

ComputationalBiomechanicsLab/opensim-creator third_party/SDL/CMakeLists.txt :1038

check_library_exists(m pow "" HAVE_LIBM)

skylersaleh/SkyEmu src/SDL2/CMakeLists.txt :905

check_library_exists(m pow "" HAVE_LIBM)

LiangliangNan/MVStudio 3rd_party/cminpack/CMakeLists.txt :69

check_library_exists ("m" sqrt "" HAVE_LIBM)

LiangliangNan/MVStudio 3rd_party/nlopt/CMakeLists.txt :129

check_library_exists ("m" sqrt "" HAVE_LIBM)

in-formant/in-formant external/libsamplerate/CMakeLists.txt :92

check_library_exists(m pow "" HAVE_LIBM)

nvMcJohn/apitest thirdparty/SDL2-2.0.1/CMakeLists.txt :517

check_library_exists(m pow "" HAVE_LIBM)

nvMcJohn/apitest thirdparty/SDL2-2.0.1/CMakeLists.txt :529

endif(HAVE_LIBM)

urho3d/urho3d Source/ThirdParty/SDL/CMakeLists.txt :592

check_library_exists(m pow "" HAVE_LIBM)

u3d-community/U3D Source/ThirdParty/SDL/CMakeLists.txt :916

check_library_exists(m pow "" HAVE_LIBM)

openc2e/openc2e externals/SDL2/CMakeLists.txt :1049

check_library_exists(m pow "" HAVE_LIBM)

nojhan/paradiseo deprecated/eo/ConfigureChecks.cmake :9

CHECK_LIBRARY_EXISTS(m	cos	"/usr/lib"	HAVE_LIBM)

nojhan/paradiseo eo/ConfigureChecks.cmake :9

CHECK_LIBRARY_EXISTS(m	cos	"/usr/lib"	HAVE_LIBM)

opengauss-mirror/openGauss-server cmake/src/build_options.cmake :102

option(HAVE_LIBM "enable -lm, this set to default -lm" ON)

tanis2000/binocle-c src/deps/sdl/CMakeLists.txt :1030

check_library_exists(m pow "" HAVE_LIBM)

OSGeo/PROJ cmake/ProjConfig.cmake :28

check_library_exists(m exp "" HAVE_LIBM)

mariadb-corporation/MaxScale cmake/CheckPlatform.cmake :30

find_library(HAVE_LIBM NAMES m)

Froser/gamemachine src/3rdparty/openal-soft-1.19.1/CMakeLists.txt :500

CHECK_LIBRARY_EXISTS(m pow "" HAVE_LIBM)

Froser/gamemachine src/3rdparty/openal-soft-1.19.1/native-tools/CMakeLists.txt :12

check_library_exists(m pow "" HAVE_LIBM)

Froser/gamemachine src/3rdparty/openal-soft-1.19.1/native-tools/CMakeLists.txt :29

endif(HAVE_LIBM)

transmission/transmission CMakeLists.txt :752

check_library_exists(m sqrt "" HAVE_LIBM)

cadaver/turso3d ThirdParty/SDL/CMakeLists.txt :993

check_library_exists(m pow "" HAVE_LIBM)

mxcop/src-dgi extern/sdl/CMakeLists.txt :990

check_library_exists(m pow "" HAVE_LIBM)

gazebosim/gazebo-classic deps/opende/CMakeLists.txt :138

CHECK_LIBRARY_EXISTS(m cos "" HAVE_LIBM)

axmolengine/axmol 3rdparty/openal/CMakeLists.txt :530

check_library_exists(m pow "" HAVE_LIBM)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/libvorbis/CMakeLists.txt :62

check_library_exists(m floor "" HAVE_LIBM)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/libvorbis/lib/CMakeLists.txt :108

target_link_libraries(vorbis
        PUBLIC Ogg::ogg
        PRIVATE $<$<BOOL:${HAVE_LIBM}>:m>
    )

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/opus/cmake/OpusConfig.cmake :43

check_library_exists(m floor "" HAVE_LIBM)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/SDL2/CMakeLists.txt :1121

check_library_exists(m pow "" HAVE_LIBM)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/doom3/neo/externlibs/openal-soft/CMakeLists.txt :507

check_library_exists(m pow "" HAVE_LIBM)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/serioussam/SamTFE/Sources/External/libvorbis/CMakeLists.txt :17

check_library_exists(m floor "" HAVE_LIBM)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/serioussam/SamTSE/Sources/External/libvorbis/CMakeLists.txt :17

check_library_exists(m floor "" HAVE_LIBM)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/xash3d/xash3d-fwgs/3rdparty/opus/opus/cmake/OpusConfig.cmake :43

check_library_exists(m floor "" HAVE_LIBM)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/xash3d/xash3d-fwgs/3rdparty/vorbis/vorbis-src/CMakeLists.txt :14

check_library_exists(m floor "" HAVE_LIBM)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/xash3d/xash3d-fwgs/3rdparty/vorbis/vorbis-src/lib/CMakeLists.txt :81

target_link_libraries(fwgs_vorbis
	PUBLIC fwgs_ogg
	PRIVATE $<$<BOOL:${HAVE_LIBM}>:m>
)

libcheck/check CMakeLists.txt :385

check_library_exists(m floor "" HAVE_LIBM)

libcheck/check CMakeLists.txt :388

endif (HAVE_LIBM)

libcheck/check CMakeLists.txt :463

endif (HAVE_LIBM)

libcheck/check src/CMakeLists.txt :135

endif (HAVE_LIBM)

rbfx/rbfx Source/ThirdParty/SDL/CMakeLists.txt :1007

check_library_exists(m pow "" HAVE_LIBM)

vengi-voxel/vengi cmake/system/linux.cmake :20

check_library_exists(m pow "" HAVE_LIBM)

vengi-voxel/vengi contrib/libs/sdl2/CMakeLists.txt :1113

check_library_exists(m pow "" HAVE_LIBM)

google/filament third_party/libsdl2/CMakeLists.txt :689

check_library_exists(m pow "" HAVE_LIBM)

kcat/openal-soft CMakeLists.txt :582

check_library_exists(m pow "" HAVE_LIBM)

Hork-Engine/Hork-Source ThirdParty/SDL3/CMakeLists.txt :995

check_library_exists(m pow "" HAVE_LIBM)

libgeos/geos CMakeLists.txt :318

check_library_exists(m pow "" HAVE_LIBM)

tbeu/matio cmake/compilerOptions.cmake :73

check_library_exists(m pow "" HAVE_LIBM)

xiph/opus cmake/OpusConfig.cmake :43

check_library_exists(m floor "" HAVE_LIBM)

godlikepanos/anki-3d-engine ThirdParty/Sdl2/CMakeLists.txt :910

check_library_exists(m pow "" HAVE_LIBM)

godlikepanos/anki-3d-engine ThirdParty/Sdl3/CMakeLists.txt :1038

check_library_exists(m pow "" HAVE_LIBM)

RavEngine/RavEngine deps/SDL/CMakeLists.txt :1038

check_library_exists(m pow "" HAVE_LIBM)

klaussilveira/qengine vendor/SDL2-2.0.22/CMakeLists.txt :910

check_library_exists(m pow "" HAVE_LIBM)

cvet/fonline ThirdParty/SDL/CMakeLists.txt :1038

check_library_exists(m pow "" HAVE_LIBM)