<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"></HEAD><BODY><DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am building a&nbsp;program with CMake and compiling it with visual </DIV>
<DIV>studio 2005 (VC 8). The program needs some .dll files which do not </DIV>
<DIV>exist in the output directory in which the output executable file is 
written. </DIV>
<DIV>So when I run the program, I get the message that a dll file is missing 
etc. </DIV>
<DIV>My question is:&nbsp;can I tell the program in CMake where the dll files 
are?</DIV>
<DIV>Or can I force the program to link these dlls at linking-time so that 
</DIV>
<DIV>they are not needed at runtime?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Many thanks,</DIV>
<DIV>Zein</DIV></BODY></HTML>