[CMake] install phase policies

Jesper Eskilson jesper at eskilson.se
Wed May 23 08:32:58 EDT 2007


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


More information about the CMake mailing list