Re: [CMake] CMake won't clean generated files for Xcode

2008-11-22 Thread Ioan Calin Borcoman
Hi, I've attached my CxxTest module, maybe you find them useful. It is creating the runned files under CMAKE_BUILD_DIR, so there is no CMAKE_SOURCE_DIR pollution (of course, this is useful only if you do out of source builds, but I guess all cmake users do that, right?). The module is based on wh

[CMake] CMake won't clean generated files for Xcode

2008-11-22 Thread Tron Thomas
I am trying to configure a project with CMake that uses the CxxTest testing framework. CxxTest will generate source files that may be added into application that test the software. A macro has been written that will create custom commands for generated the needed source file. However, when I