Re: [CMake] LIBRARY_OUTPUT_PATH for Dynamic and Static Libraries

2011-07-29 Thread Michael Hertling
On 07/28/2011 06:21 PM, Eric Noulard wrote: 2011/7/28 Julien Dardenne julien.darde...@technooliq.com Hi, I compile my libraries into dynamic and static. I now wish to change the library path. If I am in static (folder : lib ) and dynamic (folder : dll). For now, i have this script :

[CMake] LIBRARY_OUTPUT_PATH for Dynamic and Static Libraries

2011-07-28 Thread Julien Dardenne
Hi, I compile my libraries into dynamic and static. I now wish to change the library path. If I am in static (folder : lib ) and dynamic (folder : dll). For now, i have this script : OPTION

Re: [CMake] LIBRARY_OUTPUT_PATH for Dynamic and Static Libraries

2011-07-28 Thread Eric Noulard
2011/7/28 Julien Dardenne julien.darde...@technooliq.com Hi, I compile my libraries into dynamic and static. I now wish to change the library path. If I am in static (folder : lib ) and dynamic (folder : dll). For now, i have this script : OPTION (BUILD_SHARED_LIBS Build shared