Lines Matching full:cmake
5 The standalone CMake build is primarily intended for developers. If embedding
13 * [CMake](https://cmake.org/download/) 3.0 or later is required.
21 If Perl is not found by CMake, it may be configured explicitly by setting
25 recommended, because it makes builds faster. On Windows, CMake's Visual
27 recent versions of CMake for assembly support.
30 by CMake, it may be configured explicitly by setting
39 Note Go is exempt from the five year support window. If not found by CMake,
48 Using Ninja (note the 'N' is capitalized in the cmake invocation):
52 cmake -GNinja ..
59 cmake ..
62 You usually don't need to run `cmake` again after changing `CMakeLists.txt`
68 `cmake` to configure a release build.
71 Intel in `util/`. Wipe out the build directory, recreate it and run `cmake` like
74 cmake -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja ..
85 See [CMake's documentation](https://cmake.org/cmake/help/v3.4/manual/cmake-variables.7.html)
90 It's possible to build BoringSSL with the Android NDK using CMake. Recent
91 versions of the NDK include a CMake toolchain file which works with CMake 3.6.0
95 directory. Then make a build directory as above and run CMake like this:
97 cmake -DANDROID_ABI=armeabi-v7a \
98 -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake \
126 `-DCMAKE_OSX_ARCHITECTURES=ARCH` to CMake, where `ARCH` is the desired
138 In order to build with prefixed symbols, the `BORINGSSL_PREFIX` CMake variable
140 `BORINGSSL_PREFIX_SYMBOLS` CMake variable should specify the path to a file
142 comments are supported with `#`). In other words, `cmake ..
160 * Versions of CMake since 3.0.2 have a bug in its Ninja generator that causes
165 These warnings can be safely ignored. The cmake bug is
166 http://www.cmake.org/Bug/view.php?id=15253.
168 * CMake can generate Visual Studio projects, but the generated project files
203 `-DOPENSSL_SMALL=1` to CMake or define the `OPENSSL_SMALL` preprocessor symbol.
212 Both sets of tests may also be run with `ninja -C build run_tests`, but CMake