Hi I have a library that I compile with visual studio and I would like to make sure it is compiled with the option of the runtime library set too multi-threaded /MT.<br><br>Also I would like it only linked to &quot;user32.lib gdi32.lib&quot;<br>
<br>i have tried using<br><br>SET(CMAKE_CXX_STANDARD_LIBRARIES, &quot;user32.lib gdi32.lib&quot;)<br><br>but it seems to have no effect.<br>I don&#39;t know what to set to get the runtime library to be multi-threaded /MT.<br>
<br>Does anyone have any ideas ?<b><br><br></b>Thanks<b><br></b>