Re: [CMake] Reading c-style preprocessor macros

2009-12-13 Thread Alexander Neundorf
On Sunday 13 December 2009, Daniel Stonier wrote: > I've been digging through the documentation, but I cannot seem to find > anything which can read the value of a c style defined macro into a cmake > variable. > > There's CheckSymbolExists, but that just flags the resulting cmake variable > as tru

[CMake] Reading c-style preprocessor macros

2009-12-13 Thread Daniel Stonier
I've been digging through the documentation, but I cannot seem to find anything which can read the value of a c style defined macro into a cmake variable. There's CheckSymbolExists, but that just flags the resulting cmake variable as true or false. It doesn't actually read the definition into the