Re: [CMake] read file content to a variable at build-time

2013-08-21 Thread Alexander Neundorf
On Thursday 01 August 2013, Rothbauer, Stefan wrote: > Hello, > > I set up cmake to use a external project. This 3rd party library writes out > a file which contains all include paths set by this library. For the > master cmake project I need to read this information at build time into a > cmake v

[CMake] read file content to a variable at build-time

2013-08-01 Thread Rothbauer, Stefan
Hello, I set up cmake to use a external project. This 3rd party library writes out a file which contains all include paths set by this library. For the master cmake project I need to read this information at build time into a cmake variable to set the include directories correctly. Is there a w