Lines Matching +refs:cmake +refs:commands
3 Contributions to the cmake build configurations are welcome. Please
4 use case sensitivity that matches modern (i.e. cmake version 2.6 and above)
5 conventions of using lower-case for commands, and upper-case for
10 As cmake doesn't support command like `cmake clean`, it's recommended to perform an "out of source …
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=OFF ..
46 For all options available, you can see it on <https://github.com/facebook/zstd/blob/dev/build/cmake…
47 ```cmake
57 SOURCE_SUBDIR build/cmake
77 …r a 'cmake clean' command to clear up CMake output](https://stackoverflow.com/questions/9680420/lo…
112 ### End commands
113 To make the code easier to read, use empty commands for endforeach(), endif(),
114 endfunction(), endmacro() and endwhile(). Also, use empty else() commands.
136 https://cmake.org/cmake/help/latest/manual/cmake-developer.7.html#modules