Hi all,

I'm wondering about how (large) CMake projects handle the "install"
phase with respect to incremental building and debugging. Do people
always "install" before running/testing/debugging, or is it common to
be able to run/test/debug directly from the build output directory?

I would ideally like to be able to place executables/dlls etc. in a
position such that the can be run directly without having to do the
install phase, but CMake does not let me specify the output directory
on a per-target basis.

--
/Jesper
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to