Sunday, 15 May 2011

cmake - Pre-install code -



cmake - Pre-install code -

is there analogy

install(code ...) # code executing after install step

for pre-install step in cmake?

i suppose code execution in post_build step, how run code?

actually, install(code) , install(script) executed in order in appear among other install() commands, if phone call install(code) first install() call, executed before other installation commands.

cmake

No comments:

Post a Comment