[CMake] Compiler debug file, howto remove in clean?

2011-12-13 Thread Totte Karlsson
Hi, I'm using cmake with codegear compiler. I have been able to setup a build system to compile some dll's and executables. When compiled in Debug mode, a extra .tds file is generated and placed in the same folder as the executable, or dll. In corresponding CMakeLists.txt file I have:

Re: [CMake] Compiler debug file, howto remove in clean?

2011-12-13 Thread Michael Hertling
On 12/13/2011 02:00 PM, Totte Karlsson wrote: Hi, I'm using cmake with codegear compiler. I have been able to setup a build system to compile some dll's and executables. When compiled in Debug mode, a extra .tds file is generated and placed in the same folder as the executable, or dll. In