Re: [CMake] Including source files multiple times

2008-08-07 Thread Yuri V. Timenkov
On Thursday 07 August 2008 19:14:48 Mike Jackson wrote: > I have an issue where some common source code is getting included > multiple times during cmake. I understand why it is happening. My > question is how to avoid it. Here is the basic project setups. > > CommonCodeProject > PVProjectA > PVPro

[CMake] Including source files multiple times

2008-08-07 Thread Mike Jackson
I have an issue where some common source code is getting included multiple times during cmake. I understand why it is happening. My question is how to avoid it. Here is the basic project setups. CommonCodeProject PVProjectA PVProjectB These are being built as ParaView Extra_External_Modules