Lines Matching refs:cmake
3 Contributions to the cmake build configurations are welcome. Please
4 use case sensitivity that matches modern (ie. cmake version 2.6 and above)
10 As cmake doesn't support command like `cmake clean`, it's recommended to perform a "out of source b…
13 cd build/cmake
16 cmake ..
19 Then you can clean all cmake caches by simply delete the new directory:
21 rm -rf build/cmake/builddir
24 And of course, you can directly build in build/cmake:
26 cd build/cmake
27 cmake
31 To show cmake build options, you can:
33 cd build/cmake/builddir
34 cmake -LH ..
37 Bool options can be set to `ON/OFF` with `-D[option]=[ON/OFF]`. You can configure cmake options lik…
39 cd build/cmake/builddir
40 cmake -DZSTD_BUILD_TESTS=ON -DZSTD_LEGACY_SUPPORT=ON ..
45 …r a 'cmake clean' command to clear up CMake output](https://stackoverflow.com/questions/9680420/lo…
104 https://cmake.org/cmake/help/latest/manual/cmake-developer.7.html#modules