Re: [CMake] [PATCH] Defining standard GNU directory variables

2006-11-27 Thread Alexander Neundorf
Hi Enrico, Von: Enrico Scholz <[EMAIL PROTECTED]> > Hello, > > I uploaded a module to > > http://ensc.de/cmake/FindGNUPaths.cmake > > which sets variables defined in the GNU coding standards and which are > used by the most auto* based projects. Current cmake suffers under > mi

Re: [CMake] xcode projects missing files

2006-11-27 Thread Sylvain Benner
I am trying to generate an Xcode project with CMake. However, there seem to be a couple of issues with this. Firstly, the CMakeLists.txt files arn't added to the project, so updating the project files is kind of a pain. Hello, You can add this file manually with something like this: IF(CM

Re: [CMake] xcode projects missing files

2006-11-27 Thread Mattias Holm
Thanks, This works sorta. The problem is that when adding the CMakeList.txt files, these are inserted into the compile sources phase. Thus, one get a lot of warnings about Xcode not being able to build the CMakeList.txt file, the same happens for other files not recognised by Xcode. Xcode

Re: [CMake] xcode projects missing files

2006-11-27 Thread Alexander Neundorf
Von: Mattias Holm <[EMAIL PROTECTED]> ... > If anyone know how one add a file to a project without making it be > part of the build, I would be in debt. Try setting the HEADER_FILE_ONLY property using SET_TARGET_SOURCE_FILES_PROPERTIES() (I've never used this myself yet). Bye Alex -- "Ein