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
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to