[CMake] Copy includes + Library config

Brad King brad.king at kitware.com
Wed Oct 4 13:33:13 EDT 2006


Pablo Odorico wrote:
> How can I use cmake to copy the library headers in a portable way? 
> (eg: /usr/include/pgl/*.h in linux)
> 
> Is there a way to run ldconfig after "make install" so the library can be used 
> right away? Will that affect  the install in a non-unix OS?

Look at the INSTALL command.  It can install libraries, executables,
headers, and run custom code at install time.

-Brad


More information about the CMake mailing list