Hello everyone,<br><br>I need to write a CMakeLists file to generate a VS 2005 project in which I can have different project settings for Debug and Release configurations.<br><br>For example, I need to have a set_target_properties directive for Release builds, but not for Debug builds. Is it possible to write such a CMakeLists that does this?<br>
<br>Thank you in advance!<br><br>Felipe<br>