mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 16:50:44 +00:00
0a4fbe8c30
Xcode does not match the cmake behaviour of rerunning the target every time if the output file does not exist and then letting the Qt build system handle dependency checking. Xcode has a property to behave like this, however that is not exposed by cmake. To improve this for the Xcode qrenderdoc project manually add qrenderdoc sources files as dependencies. Changed the Xcode project for qrenderdoc to add the files to the UI grouped by the file system folders using the cmake source_group(TREE *) command.