CheckLibraryExists - CMake 3.19 - W3cubDocs
docs.w3cub.com › module › checklibraryexistsCheckLibraryExists. Check if the function exists. CHECK_LIBRARY_EXISTS CHECK_LIBRARY_EXISTS(LIBRARY FUNCTION LOCATION VARIABLE) LIBRARY - the name of the library you are looking for FUNCTION - the name of the function LOCATION - location where the library should be found VARIABLE - variable to store the result Will be created as an internal cache variable.
CMake - Cross Platform Make
https://cmake.org/cmake/help/v2.8.12/cmake.html08.02.2012 · CMake is a cross-platform, open-source build system. CMake is part of a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of …
CheckLibraryExists — CMake 3.22.1 Documentation
cmake.org › latest › moduleCHECK_LIBRARY_EXISTS ¶. LIBRARY - the name of the library you are looking for FUNCTION - the name of the function LOCATION - location where the library should be found VARIABLE - variable to store the result Will be created as an internal cache variable. The following variables may be set before calling this macro to modify the way the check ...