<div>If I add on my own value to  <span class="Apple-style-span" style="font-family: -webkit-sans-serif; font-weight: bold; line-height: 19px; ">CMAKE_CONFIGURATION_TYPES  </span>so that I can have a separate build type in visual studio, etc. with compile time choice of build types, then how do I change the target_link_libraries to for this new build type?</div>
<div><br></div><div><br></div><div>One last comment on my last post.  If I did:<br></div><div><div>target_link_libraries(hello2</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>debug ${ETK_DEBUG_LIBRARIES} scl-d.lib</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>optimized ${ETK_RELEASE_LIBRARIES} scl.lib<span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>)</div>
<div><br></div><div>instead of:</div><div><div>target_link_libraries(hello2</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>debug ${ETK_DEBUG_LIBRARIES} scl-d.lib)</div><div>target_link_libraries(hello2</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>optimized ${ETK_RELEASE_LIBRARIES} scl.lib)</div><div><br></div><div>it didn&#39;t help.  And I have deleted, re-created the foldres with the caches/out of source build many times testing this.</div>
<div><br></div><div>Thanks,</div><div>Jesse</div></div></div>