[CMake] Build several targets using cmake --build <dir>
Gregoire Aujay
gaujay at movea.com
Thu Mar 14 13:49:46 EDT 2013
Hello,
I use cmake 2.8.10 on windows.
I would like to build several targets with cmake --build <dir> so the underlying build tool to do parallel jobs.
Currently it only seems to be possible to build one target at a time, using --target . (http://www.cmake.org/cmake/help/v2.8.10/cmake.html#opt:--builddir)
Can someone tell me how I could achieve that with current cmake version?
Regards,
Greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20130314/b85028af/attachment.htm>
More information about the CMake
mailing list