Re: [CMake] Separate compile flags for ASM/C compilers and lists

2013-09-16 Thread Andreas Pakulat
Hi, On Mon, Sep 16, 2013 at 10:24 AM, Nikolay wrote: > > On 14 September 2013 09:59, Alexander Neundorf wrote: > >> On Friday 13 September 2013, lorddoskias wrote: >> > Hello list, >> > >> > I have a couple of questions whose answers I couldn't find. So first >> > thing's first - I have the foll

Re: [CMake] Separate compile flags for ASM/C compilers and lists

2013-09-16 Thread Nikolay
On 14 September 2013 09:59, Alexander Neundorf wrote: > On Friday 13 September 2013, lorddoskias wrote: > > Hello list, > > > > I have a couple of questions whose answers I couldn't find. So first > > thing's first - I have the following function which I intend to use to > > add a number of librar

Re: [CMake] Separate compile flags for ASM/C compilers and lists

2013-09-14 Thread Alexander Neundorf
On Friday 13 September 2013, lorddoskias wrote: > Hello list, > > I have a couple of questions whose answers I couldn't find. So first > thing's first - I have the following function which I intend to use to > add a number of library targets: > > function(build_mps_m3_lib LIBRARY_NAME C_SOURCE AS

[CMake] Separate compile flags for ASM/C compilers and lists

2013-09-13 Thread lorddoskias
Hello list, I have a couple of questions whose answers I couldn't find. So first thing's first - I have the following function which I intend to use to add a number of library targets: function(build_mps_m3_lib LIBRARY_NAME C_SOURCE ASM_SOURCE CPU_TYPE) set_property(SOURCE ${${C_SOURCE}}