Re: [CMake] Specify dependency on externally generated shared library

2009-05-07 Thread Scott Gray
Tyler Roscoe wrote: On Wed, May 06, 2009 at 03:53:10PM -0400, Scott Gray wrote: My problem is that I need to both generate the DLL and declare it as an imported library so that other programs can depend upon it. I think I'm Maybe I'm missing something, but why do you need to do this?

Re: [CMake] Specify dependency on externally generated shared library

2009-05-06 Thread Tyler Roscoe
On Wed, May 06, 2009 at 03:53:10PM -0400, Scott Gray wrote: > My problem is that I need to both generate the DLL and declare it as an > imported library so that other programs can depend upon it. I think I'm Maybe I'm missing something, but why do you need to do this? If you are building the li

[CMake] Specify dependency on externally generated shared library

2009-05-06 Thread Scott Gray
Hello, I've been working for a while to integrate the C/C++ internationalization library ICU with our cmake build process and I've made some pretty good progress, but I'm currently kind of stuck. During part of the ICU bundling process, it takes language resource files (*.res files) and a p