<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I used the debug and optimized just as you said. Thank you!<br>
<br>
On 12/29/2011 2:14 PM, Robert Dailey wrote:
<blockquote
cite="mid:CAAScX1b9JMA_bjiwWN4O=VCrTHiinCNWdDUTMZX6z2+Gn3vX-A@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
It won't be necessary with link_directories because you can
specify absolute paths to your LIB files in
target_link_libraries(). You can also specify 'debug' or
'optimized' prior to the lib. for example:
<div>
<br>
</div>
<div>target_link_libraries( myproject</div>
<div> debug "C:/project/libs/debug/zlib.lib"</div>
<div> optimized "C:/project/libs/release/zlib.lib"</div>
<div>)<br>
<div>
<div><br>
</div>
<div>---------</div>
Robert Dailey<br>
<br>
</div>
</div>
</blockquote>
</body>
</html>