[CMake] Combined Static Libraries

William A. Hoffman billlist at nycap.rr.com
Mon Aug 7 09:17:47 EDT 2006


At 12:48 PM 8/6/2006, Daniel J. Hilferty wrote:
>Would including the source increase compile time with CMake?   Since these libraries should only need to be built once, I would hate to recompile them every time I build the library.
The .o files for the libraries would be compiled once, it would add a small amount of time
to the creation of the library, but not much.  I would say give it a try as it is easy to do,
and see how it works out.

-Bill



More information about the CMake mailing list