Xavier Larrode <[EMAIL PROTECTED]> writes: > Is it possible now to get on a variable the LIBS only ?
Yes, it will set two lists (one for normal, and one for static linkage). E.g. for 'xrender': | XRENDER_LIBRARIES=Xrender;X11 | XRENDER_STATIC_LIBRARIES=Xrender;X11;pthread;Xau;Xdmcp Enrico _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
