Re: [CMake] Flags when building objects or a target

2010-11-02 Thread Rolf Eike Beer
Am Tuesday 02 November 2010 schrieb mina adel: Hi Please don't start a new discussion by replying to an old one. This completely breaks threading. I have a problem when cmake builds the objects for shared library. I have the following in my cmaklists.txt set(SIMULATOR_SOURCES circuit.cc

[CMake] Flags when building objects or a target

2010-11-01 Thread mina adel
Hi I have a problem when cmake builds the objects for shared library. I have the following in my cmaklists.txt set(SIMULATOR_SOURCES circuit.cc matrix.cc plot.cc sources.cc sparse.cc btzdense.cc element.cc util.cc parse.c netlist_parse.y netlist_lex.l circuit_step.cc zmatrix.cc

Re: [CMake] Flags when building objects or a target

2010-11-01 Thread Michael Hertling
On 11/02/2010 01:58 AM, mina adel wrote: Hi I have a problem when cmake builds the objects for shared library. I have the following in my cmaklists.txt set(SIMULATOR_SOURCES circuit.cc matrix.cc plot.cc sources.cc sparse.cc btzdense.cc element.cc util.cc parse.c