[CMake] Building a mega library after building smaller component libraries?

2010-12-13 Thread Clifford Yapp
Can anyone tell me what the best way is (without a whole lot of rebuilding) to take several individual libraries and combine them into a single large library? In our autotools Makefile.am, we have the following: libbrlcad_la_SOURCES = libbrlcad_la_LDFLAGS = -version-info 19:1 libbrlcad_la_LIBADD

Re: [CMake] Building a mega library after building smaller component libraries?

2010-12-13 Thread Clifford Yapp
Ah, I'm informed that what I was after was this: http://www.cmake.org/Wiki/CMake_FAQ#Does_CMake_support_.22convenience.22_libraries.3F and I won't be able to duplicate this result with CMake (at least, using that mechanism.) CY On Mon, Dec 13, 2010 at 6:13 PM, Clifford Yapp cliffy...@gmail.com

Re: [CMake] Building a mega library after building smaller component libraries?

2010-12-13 Thread Alan W. Irwin
On 2010-12-13 18:13-0500 Clifford Yapp wrote: Can anyone tell me what the best way is (without a whole lot of rebuilding) to take several individual libraries and combine them into a single large library? It appears someone has already pointed you to the (lack of) convenience library