<div class="gmail_quote">On Tue, Jun 15, 2010 at 12:01 PM, Hendrik Sattler <span dir="ltr">&lt;<a href="mailto:post@hendrik-sattler.de">post@hendrik-sattler.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Your library name is NOT &quot;libetk-mgw45&quot;. Try &quot;etk-mgw45&quot; instead and read<br>
about library file names.<br>
</blockquote><div>Thanks for your help.  Alas, on MSVC10 and Intel11.1 windows, the &quot;link_directories&quot; and &quot;target_link_libraries&quot; approach I used above (with the full filename) worked fine and hence never tried other methods</div>

<div><br></div><div>I had tried the &quot;etk-mgw45&quot; without the &quot;lib&quot; and it didn&#39;t seem to work. </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Also, do not use link_directories() but use find_library() and the value you<br>
get from it.</blockquote><div><br></div><div>I have tried a few permutations with find_library, but not having a lot of luck.  Here is the current section of code I am testing with. </div><div><br></div><div>  link_directories( &quot;c:/working/etk_binaries&quot;)</div>

<div>  find_library(LIB_NAME &quot;etk-mgw45-d&quot; &quot;c:/working/etk_binaries&quot;)</div><div>  message(&quot;Value of LIB_NAME ${LIB_NAME}&quot;)</div><div>  if(${LIB_NAME} STREQUAL &quot;LIB_NAME-NOTFOUND&quot;)</div>

<div>  <span class="Apple-tab-span" style="white-space:pre">        </span>MESSAGE(&quot;FAILED TO FIND LIBRARY!!!!!!!!!!!!!!!!!!!&quot;)</div><div>  endif(${LIB_NAME} STREQUAL &quot;LIB_NAME-NOTFOUND&quot;)</div><div><br></div>

<div>I have c:\working\etk_binaries in my windows path, I have tried putting the libetk-mgw45-d.a inside of the directory with the CMakeLists.txt/test.cpp.  And tried a few variations of find_library such as:</div><div>find_library(LIB_NAME NAME etk-mgw45-d PATHS &quot;c:/working/etk_binaries&quot; PATH_SUFFIXES &quot;a&quot;)</div>

<div><br></div><div>But I always get the NOTFOUND.</div><div><br></div><div>Any ideas?</div><div><br></div></div>