[CMake] Merging a project from autoconf and GNUMakefiles

2010-11-20 Thread Torri, Stephen CIV NSWCDD, W15
I am trying to merge a project that was using autoconf and GNUMakefiles. When you use automake you can build static libraries in sub directories and then link them together into one shared library in the end that was install. This is not possible with Visual Studio. In GNU Make for the project

Re: [CMake] Merging a project from autoconf and GNUMakefiles

2010-11-16 Thread Alan W. Irwin
On 2010-11-16 09:35-0500 Torri, Stephen CIV NSWCDD, W15 wrote: I am trying to merge a project that was using autoconf and GNUMakefiles. When you use automake you can build static libraries in sub directories and then link them together into one shared library in the end that was install. This