Hello Alex!

[Dependencies to generated files are] handled properly by cmake-generated
> makefiles and project files.
You use add_custom_command() to generate files, and if you really list all
files the custom command generates after the OUTPUT keyword, parallel builds
will work properly.

Great, that's good to know.


You could use GNU make with the MS compiler, or you can use jom, which is a
nmake compatible make for Windows, which supports parallel builds
(http://labs.qt.nokia.com/2009/03/27/speeding-up-visual-c-qt-builds/)

Thanks again. I'll try both!

Cheers,
  Benjamin
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to