[CMake] Specifying a pre-build dependency?

Bryan O'Sullivan bos at lindenlab.com
Fri May 9 15:29:32 EDT 2008


I'd like to set up a scheme in which I install a third-party SDK on 
demand, before compiling the code that depends on it.  In principle, 
this is something that a pre_build target would help with, but that's 
VS-specific.

Is there some other non-cumbersome approach I could use, short of 
something kludgy like ADD_CUSTOM_TARGET that will always be run?

	<b


More information about the CMake mailing list