When I add a line like this:<br><br>TARGET_LINK_LIBRARIES(MyProject boost_program_options-mt)<br><br>in my link.txt file, -lboost_program_options gets produced instead (without the &quot;-mt&quot;), and therefore the library cannot be found. I&#39;ve been creating a symlink with the name without the -mt and that works, but it seems silly to have to do that. Is there a way to link to a library name which contains a &quot;-&quot;?<br>
<br>Thanks,<br><br>David<br>