Lines Matching full:cmake
23 #### Autotools-style CMake
25 [configure-cmake](https://github.com/nemequ/configure-cmake) is an
26 autotools-style configure script for CMake-based projects (not supported on Windows).
31 $ ../configure-cmake
36 By default, debug binaries are built. To generate "release" `Makefile` specify `--disable-debug` option to `configure-cmake`.
42 #### CMake
47 $ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed ..
48 $ cmake --build . --config Release --target install
50 You can use other [CMake](https://cmake.org/) configuration.