View Source mix cmake.build (mix_cmake v0.1.4)

Build the CMake application.

$ mix cmake.build [opt] [build_dir] [++ CMake options]

command-line-options

Command line options

  • --parallel - parallel jobs level
  • --target - build target
  • --clean - clean before build target
  • --verbose - print process detail

configuration

Configuration

  • :build_dir - working directory
  • :build_parallel_level - parallel jobs level
  • :build_config - build configuration (with Visual C++)