Re: [CMake] How change debug target names? appd.exe libd.dll

2006-04-24 Thread Brad King
Carlos Capdepon wrote: What I have to do to my CMakeLists.txt files to have this tree: /build /build/bin /build/lib And names of the debug and release files are equal but adding a "d" in the names of debug files. You can change the names, but you cannot remove the per-configuration subdirec

[CMake] How change debug target names? appd.exe libd.dll

2006-04-23 Thread Carlos Capdepon
How I can change source target names and destination of my binary/library project?¿?   Now I get this from my sources /src in my destination building directory: /build /build/bin /build/bin/debug /build/bin/release /build/lib /build/lib/debug /build/lib/release The names of the debug and release fi