Target install path question

2010-09-20 Thread Sebastian Trüg
Hi, is there a way to get the exact path of a target install path? If I have for example some installation rule like: install(TARGET foobar DESTINATION lib) I would like to use the path of the foobar lib in my FooBarConfig.cmake to set a variable FOOBAR_LIBRARIES. Is that possible without

Re: Target install path question

2010-09-20 Thread Sebastian Trüg
On 09/20/2010 01:04 PM, Andreas Pakulat wrote: On 20.09.10 12:36:28, Sebastian Trüg wrote: Hi, is there a way to get the exact path of a target install path? If I have for example some installation rule like: install(TARGET foobar DESTINATION lib) I would like to use the path of the

Re: Target install path question

2010-09-20 Thread Andreas Pakulat
On 20.09.10 14:25:25, Sebastian Trüg wrote: On 09/20/2010 01:04 PM, Andreas Pakulat wrote: On 20.09.10 12:36:28, Sebastian Trüg wrote: Hi, is there a way to get the exact path of a target install path? If I have for example some installation rule like: install(TARGET foobar

Re: Target install path question

2010-09-20 Thread Alexander Neundorf
On Monday 20 September 2010, Andreas Pakulat wrote: On 20.09.10 14:25:25, Sebastian Trüg wrote: On 09/20/2010 01:04 PM, Andreas Pakulat wrote: On 20.09.10 12:36:28, Sebastian Trüg wrote: Hi, is there a way to get the exact path of a target install path? If I have for example some