When debugging a MSVC target I get a complaint about missing DLL's. Of course if I 1) copy all required DLL's to the system folder, or 2) copy the exe along with all the DLL's to one separate folder - all works. But it's an obvious hassle. How can I run my executables in-place like on linux where the lib paths are known (thanks to the linker flags)? Have I forgotten anything in the cmake input?
With regards, Dominik _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
