mix cmake.config (mix_cmake v0.1.0) View Source

Generate build scripts based on the 'CMakeLists.txt'.

$ mix cmake.config [opt] [build_dir] [source_dir] [++ CMake options]

Command line options

  • --generator - specify generator

Configuration

  • :build_dir - working directory
  • :source_dir - source directory
  • :generator - specify generator

Link to this section Summary

Link to this section Functions

Link to this function

cmd(dirs, opts, cmake_args \\ [])

View Source

Callback implementation for Mix.Task.run/1.