Re: [CMake] Saving user settings with xcode generator

2010-12-26 Thread Johan Björk
Hello all, (See below for context) To solve the issue, I wish to reuse the object ID for certain properties[1], allowing the foo.pbxuser file to stay valid across CMake invocations. I modified the cmXCodeObject::GetId() function to generate the ID of the object, using either the name property or

[CMake] Saving user settings with xcode generator

2010-12-17 Thread Johan Björk
Hi everyone, I haven't been able to find much information on this topic, so any suggestions would be greatly appreciated. When CMake regenerates the XCode project files, it correctly saves the user settings (foo.pbxuser) (contains things like executable arguments, environment variables and the suc