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 "user32.lib gdi32.lib"<br>
<br>i have tried using<br><br>SET(CMAKE_CXX_STANDARD_LIBRARIES, "user32.lib gdi32.lib")<br><br>but it seems to have no effect.<br>I don'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>