Michael Jackson wrote:
> cmake -C ${workspace_loc}/${project_name}/Build -j 16 VERBOSE=1
>
> And the executables (as setup in the Cmake files) are always built into
> Build/Bin.
This way you can only have one build tree per project. One way to extend
it is to use something like "Build_${build_type}" and set up variables
accordingly. But, IMHO, symlink trees are simpler to work with.
[]s.
rod
PS: I envy your -j16 :)
_______________________________________________
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