On Wednesday 04 May 2011, Guido Winkelmann wrote:
> Hi,
>
> Is there a way to specify, in a cross-platform compatible manner, that a
> given C++ source file (or a target or an entire project) requires support
> for C++ 0x, so that whatever compiler flags would be necessary for that
No, cmake does
On Wed, 4 May 2011 23:58:56 +0200, Guido Winkelmann said:
>Is there a way to specify, in a cross-platform compatible manner, that a
>given
>C++ source file (or a target or an entire project) requires support for C
>++ 0x,
>so that whatever compiler flags would be necessary for that for the curre
Hi,
Is there a way to specify, in a cross-platform compatible manner, that a given
C++ source file (or a target or an entire project) requires support for C++ 0x,
so that whatever compiler flags would be necessary for that for the current
platform and compiler will be set?
For example, when us