[cmake-developers] [PATCH] New module FindLibDl
Nils Gladitz
nilsgladitz at gmail.com
Wed Nov 19 14:35:53 EST 2014
On 19.11.2014 20:23, Roger Leigh wrote:
> libdl (for dlopen, dlsym) is part of (or an extention to) the
> standard library/linker on many platforms. It doesn't currently
> have support in CMake, though there are a few independent
> implementations shown up by Google. Given that there are
> several upstreams and that it's a basic component of several
> different POSIX systems, having support in CMake would be quite
> beneficial.
There is http://www.cmake.org/cmake/help/v3.0/variable/CMAKE_DL_LIBS.html
which is set up by the platform modules.
Nils
More information about the cmake-developers
mailing list