[CMake] Windows debugger command project settings

Knox, Kent Kent.Knox at amd.com
Fri Aug 20 15:10:42 EDT 2010


My current codebase produces an executable with several dynamically linked libraries.  I can't step through the code under the debugger until I've built the 'install' project, which copies all the binaries into the same output directory; they then can find each other.  Of course, at this point I need to change the debugger command path to point to the 'install' directory to find my executable in its new home.

Is there a way to configure cmake and visual studio projects such that they know to debug the applications built in the install directory?

Kent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100820/853f7684/attachment.htm>


More information about the CMake mailing list