?login_element?
?pathlinks? – Rev 539
Blame |
Last modification |
View Log
| Download
# - Find libdl
# Find the native LIBDL includes and library
#
# LIBDL_INCLUDE_DIR - where to find dlfcn.h, etc.
# LIBDL_LIBRARIES - List of libraries when using libdl.
# LIBDL_FOUND - True if libdl found.
# Already in cache, be silent
SET(LIBDL_FIND_QUIETLY
TRUE)
ENDIF (LIBDL_INCLUDE_DIR
)
SET(LIBDL_NAMES dl libdl ltdl libltdl
)
# handle the QUIETLY and REQUIRED arguments and set LIBDL_FOUND to TRUE if
# all listed variables are TRUE
INCLUDE(FindPackageHandleStandardArgs
)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibDL DEFAULT_MSG LIBDL_LIBRARY LIBDL_INCLUDE_DIR)
SET( LIBDL_LIBRARIES
${LIBDL_LIBRARY} )