[Cmake] Object File Location

Cody Batt cody@accessdata.com
Mon, 12 May 2003 09:02:28 -0600


Hello,

We would like to generate all of our object files into a separate 
directory.  As it is, the object files are generated in the same 
directory as the source files.  I've been looking in the CMAKE docs, but 
I can't find a way to specify the object file location.  Has anyone else 
done this with CMAKE?

Cody