[CMake] See libraries

Mathieu Malaterre mathieu.malaterre at kitware.com
Thu Sep 7 18:54:43 EDT 2006


Gheorghe Postelnicu wrote:
> Hi,
> 
> How can I display the libraries actually used during a given link
> process? I have to use some VTK libraries (which link just fine with
> CMake) using a manual makefile .... and I really need to see all the
> libraries.

I believe you are looking for:

$ make VERBOSE=1

HTH
Mathieu


More information about the CMake mailing list