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

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

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

Command line options

  • --generator - specify generator.
  • --define "<var>=<value>" - create or update a CMake CACHE entry.
  • --undef <var> - remove the entry from CMake CACHE.
  • --trace - put cmake in trace mode.
  • --recache - remove CMakeCache.txt.

Configuration

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