Hello all,<br>I'm using cmake 2.8 to generage VS2005 project files. By default, we've 4 build configurations Debug, Release, MinSizeRel, RelWithDebInfo.<br><br>I want to have a different Build configuration, The cxxflags, definitions (which we add with Add_Definitions) are different from what I've with the other 4 configurations. How can I create custom build configuration for VS2005 generator.<br>
<br>Thanks in advance,<br>Surya<br>