[CMake] How to set the folder for intermediate files (like .obj)

Matthieu Estrada m.estrada at alpi.fr
Wed Mar 4 04:46:00 EST 2015


Hello,
 
I want to know if it's possible to change the directory in CMake for the .obj files ?
 
With the normal configuration CMake put object files in a folder like this :
 
Project.dir/src/..
 
Can I put this files in something like that :
 
Project/Debug (for the debug .obj)
 
And
 
Project/Release (for the release .obj)
 
Cordials,
Estrada Matthieu
Service Informatique / Intégration
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20150304/1be540b6/attachment.html>


More information about the CMake mailing list