On Fri, May 23, 2014 at 4:38 PM, Eric Wing <[email protected]> wrote: > On 5/23/14, Dan Kegel <[email protected]> wrote: >> You can add the directory containing the 3rd party DLLs to the global >> PATH environment variable, I bet. > > ... I just want a > work-out-of-the-box solution with CMake doing local copies.
So... copy the DLLs to the same folder as your test app? >> http://msdn.microsoft.com/en-us/library/ms235299.aspx > I've read that. This is my goal which I want to do with CMake. > "you can directly install redistributable Visual C++ DLLs in the > application local folder" http://msdn.microsoft.com/en-us/library/dd293565.aspx is a bit more explicit. Life is easier now that they've gotten rid of SxS install for Visual C++ DLLs. - Dan -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
