Re: [CMake] Project initialization file path

2010-06-10 Thread Michael Hertling
On 06/10/2010 10:51 AM, Eric Noulard wrote: > 2010/6/9 Aby Louw : >> Hi, >> >> I have a Linux project that reads an initialization file on startup to >> get some file names and variables. >> >> When doing an in-source or out of source build, I generate the >> initialization file in the CMAKE_BINARY

Re: [CMake] Project initialization file path

2010-06-10 Thread Eric Noulard
2010/6/9 Aby Louw : > Hi, > > I have a Linux project that reads an initialization file on startup to > get some file names and variables. > > When doing an in-source or out of source build, I generate the > initialization file in the CMAKE_BINARY_DIR and then also generate the C > file that reads t

Re: [CMake] Project initialization file path

2010-06-09 Thread Michael Wild
On 9. Jun, 2010, at 17:26 , Aby Louw wrote: > Hi, > > > I have a Linux project that reads an initialization file on startup to > get some file names and variables. > > When doing an in-source or out of source build, I generate the > initialization file in the CMAKE_BINARY_DIR and then also gen

[CMake] Project initialization file path

2010-06-09 Thread Aby Louw
Hi, I have a Linux project that reads an initialization file on startup to get some file names and variables. When doing an in-source or out of source build, I generate the initialization file in the CMAKE_BINARY_DIR and then also generate the C file that reads this file so that I know the corre