View Source mix cmake.build (mix_cmake v0.1.5)
Build the CMake application.
$ mix cmake.build [opt] [build_dir] [++ CMake options]
Command line options
--parallel <n>
- parallel jobs level--target <target>
- build target--clean-first
- clean before build target--verbose
- print process detail
Configuration
:build_dir
- working directory:build_parallel_level
- parallel jobs level:build_config
- build configuration (with Visual C++):target <target>
- build target if command line options has no--target
.