Hello,
 
I am building a program with CMake and compiling it with visual 
studio 2005 (VC 8). The program needs some .dll files which do not 
exist in the output directory in which the output executable file is written. 
So when I run the program, I get the message that a dll file is missing etc. 
My question is: can I tell the program in CMake where the dll files are?
Or can I force the program to link these dlls at linking-time so that 
they are not needed at runtime?
 
Many thanks,
Zein
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to