Dear List!<br>this issue may be discussed already. I am sending raise this because I couldn't find it.<br><br>I want to <br> - set lib/bin out path to /bin when using MSVC_IDE.<br>but the lib/bin is created in /bin/debug initially.<br>
<br>to workaround it, i add a following prefix.<br>IF(MSVC_IDE)<br> SET_TARGET_PROPERTIES(${this_target} PROPERTIES PREFIX "../")<br>ENDIF(MSVC_IDE)<br><br>now, the dll is created under /bin, but the lib is created under /bin/debug.<br>
<br>how can i solve this kind of puzzle ?<br>thanks in advance<br>