[CMake] DLL Question

2009-01-21 Thread Zein Salah
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.

Re: [CMake] DLL Question

2009-01-21 Thread Werner Smekal
Hi, 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.