[CMake] What do Visual Studio users do so they can run/debug their programs when using 3rd party .dlls?

Dan Kegel dank at kegel.com
Fri May 23 19:28:36 EDT 2014


You can add the directory containing the 3rd party DLLs to the global
PATH environment variable, I bet.

As for how to ship the Microsoft DLLs,
http://msdn.microsoft.com/en-us/library/ms235299.aspx
might be a good place to start reading?
- Dan


More information about the CMake mailing list