Re: [CMake] Shared intermediary files

2012-02-22 Thread Michael Hertling
On 02/20/2012 10:07 PM, Kevin Schmidt wrote: Hello, I'm in the process of converting over a large, monolithic tree with many libraries from a custom build solution over to cmake. So far, we've loved it. I am wondering about others' solutions to a problem we have encountered. We have

Re: [CMake] Shared intermediary files

2012-02-21 Thread aaron . meadows
@cmake.org Subject: [CMake] Shared intermediary files Hello, I'm in the process of converting over a large, monolithic tree with many libraries from a custom build solution over to cmake. So far, we've loved it. I am wondering about others' solutions to a problem we have encountered. We have

Re: [CMake] Shared intermediary files

2012-02-21 Thread Kevin Schmidt
Schmidt; cmake@cmake.org Subject: RE: [CMake] Shared intermediary files Can you clarify your setup just a bit? Do you have two ways you configure the build tree, once as Dynamic and once as Static libraries? And you are building both at the same time? Or Are you are calling add_library() twice

Re: [CMake] Shared intermediary files

2012-02-21 Thread aaron . meadows
. Someone with more experience may be able to jump in hear and give a better answer.. Aaron Meadows From: Kevin Schmidt [mailto:ke...@eyesopen.com] Sent: Tuesday, February 21, 2012 8:09 AM To: Meadows, Aaron C.; cmake@cmake.org Subject: RE: [CMake] Shared intermediary files Hi

Re: [CMake] Shared intermediary files

2012-02-21 Thread Kevin Schmidt
Yes, for clarity, we do generate the files at build time, not cmake time. Kevin From: aaron.mead...@thomsonreuters.com [mailto:aaron.mead...@thomsonreuters.com] Sent: Tuesday, February 21, 2012 9:14 AM To: Kevin Schmidt; cmake@cmake.org Subject: RE: [CMake] Shared intermediary files I'm

Re: [CMake] Shared intermediary files

2012-02-21 Thread aaron . meadows
). Aaron Meadows From: Kevin Schmidt [mailto:ke...@eyesopen.com] Sent: Tuesday, February 21, 2012 8:26 AM To: Meadows, Aaron C.; cmake@cmake.org Subject: RE: [CMake] Shared intermediary files Yes, for clarity, we do generate the files at build time, not cmake time. Kevin From

Re: [CMake] Shared intermediary files

2012-02-21 Thread John Drescher
On Mon, Feb 20, 2012 at 4:07 PM, Kevin Schmidt ke...@eyesopen.com wrote: Hello,   I’m in the process of converting over a large, monolithic tree with many libraries from a custom build solution over to cmake.  So far, we’ve loved it.  I am wondering about others’ solutions to a problem we