Re: [CMake] plugin dependencies and TARGET_LINK_LIBRARIES()

2010-06-16 Thread Kishore
On Wednesday 16 Jun 2010 8:51:27 am you wrote: On Tuesday 15 Jun 2010 11:32:17 pm Andreas Pakulat wrote: On 15.06.10 22:18:04, Kishore wrote: How do i inform cmake when building a module that it depends on another module? Does cmake need to even know that? I am building a plugin

[CMake] plugin dependencies and TARGET_LINK_LIBRARIES()

2010-06-15 Thread Kishore
How do i inform cmake when building a module that it depends on another module? Does cmake need to even know that? I am building a plugin based qt application (my first time with plugins) and my situlation like with many other applications is that plugin A depends on plugin B. In my

Re: [CMake] plugin dependencies and TARGET_LINK_LIBRARIES()

2010-06-15 Thread Andreas Pakulat
On 15.06.10 22:18:04, Kishore wrote: How do i inform cmake when building a module that it depends on another module? Does cmake need to even know that? I am building a plugin based qt application (my first time with plugins) and my situlation like with many other applications is that

Re: [CMake] plugin dependencies and TARGET_LINK_LIBRARIES()

2010-06-15 Thread Kishore
On Tuesday 15 Jun 2010 11:32:17 pm Andreas Pakulat wrote: On 15.06.10 22:18:04, Kishore wrote: How do i inform cmake when building a module that it depends on another module? Does cmake need to even know that? I am building a plugin based qt application (my first time with plugins) and