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