Searched full:cmake (Results 1 – 25 of 4216) sorted by relevance
12345678910>>...169
/external/llvm/docs/ |
D | CMakePrimer.rst | 2 CMake Primer 10 anyone affiliated with the CMake project. This document may contain 18 The LLVM project and many of the core projects built on LLVM build using CMake. 19 This document aims to provide a brief overview of CMake for developers modifying 22 The official CMake language references is available in the cmake-language 23 manpage and `cmake-language online documentation 24 <https://cmake.org/cmake/help/v3.4/manual/cmake-language.7.html>`_. 29 CMake is a tool that reads script files in its own language that describe how a 30 software project builds. As CMake evaluates the scripts it constructs an 32 fully processed, if there are no errors, CMake will generate build files to [all …]
|
/external/cronet/tot/third_party/libc++/src/utils/ci/ |
D | run-buildbot | 32 CC The C compiler to use, this value is used by CMake. This 35 CXX The C++ compiler to use, this value is used by CMake. This 38 CMAKE The CMake binary to use. This variable is optional. 76 # If we can find Ninja/CMake provided by Xcode, use those since we know their 78 # knows about -std=c++20, the CMake bundled in Xcode will probably know about 85 # TODO MODULES Is this still needed when CMake has libc++ module support? 91 if [ -z "${CMAKE}" ]; then 92 if xcrun --find cmake &>/dev/null; then 93 CMAKE="$(xcrun --find cmake)" 95 CMAKE="cmake" [all …]
|
/external/cronet/stable/third_party/libc++/src/utils/ci/ |
D | run-buildbot | 32 CC The C compiler to use, this value is used by CMake. This 35 CXX The C++ compiler to use, this value is used by CMake. This 38 CMAKE The CMake binary to use. This variable is optional. 76 # If we can find Ninja/CMake provided by Xcode, use those since we know their 78 # knows about -std=c++20, the CMake bundled in Xcode will probably know about 85 # TODO MODULES Is this still needed when CMake has libc++ module support? 91 if [ -z "${CMAKE}" ]; then 92 if xcrun --find cmake &>/dev/null; then 93 CMAKE="$(xcrun --find cmake)" 95 CMAKE="cmake" [all …]
|
/external/curl/ |
D | Makefile.am | 30 CMake/cmake_uninstall.cmake.in \ 31 CMake/CMakeConfigurableFile.in \ 32 CMake/curl-config.cmake.in \ 33 CMake/CurlSymbolHiding.cmake \ 34 CMake/CurlTests.c \ 35 CMake/FindBearSSL.cmake \ 36 CMake/FindBrotli.cmake \ 37 CMake/FindCares.cmake \ 38 CMake/FindGSS.cmake \ 39 CMake/FindLDAP.cmake \ [all …]
|
/external/zstd/build/cmake/ |
D | README.md | 1 # Cmake contributions 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) 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 [all …]
|
/external/pigweed/pw_build/ |
D | cmake.rst | 1 .. _module-pw_build-cmake: 3 CMake title 8 Pigweed's `CMake`_ support is provided primarily for projects that have an 9 existing CMake build and wish to integrate Pigweed without switching to a new 13 To run upstream Pigweed's CMake build use the ``pw build`` command: 19 This will install any required packages, generate cmake build files and invkoke ninja. 27 …cmake --fresh --debug-output -DCMAKE_MESSAGE_LOG_LEVEL=WARNING -S . -B ./out/cmake -G Ninja -DCMAK… 28 …19:37:10 INF [1/1] Run ==> ninja -C out/cmake pw_apps pw_run_tests.modules pw_run_tests.pw_bluetoo… 37 CMake functions 39 CMake convenience functions are defined in ``pw_build/pigweed.cmake``. [all …]
|
/external/pffft/.github/workflows/ |
D | c-cpp.yml | 14 # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) 27 - name: cmake configure MIPP 28 run: cmake -S MIPP -B MIPP_build -DCMAKE_INSTALL_PREFIX=$HOME/.local 29 - name: cmake install MIPP headers 30 …run: cmake --build MIPP_build --target install && ls -alh $HOME/.local/ && ls -alh $HOME/.local/in… 34 …cmake -S . -B build_simd_full -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT_USE_BENCH_GREEN=OFF -DPFFFT_U… 36 …cmake -S . -B build_simd_float -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT_USE_TYPE_DOUBLE=OFF -DPFFFT_… 38 …cmake -S . -B build_simd_double -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT_USE_TYPE_FLOAT=OFF -DPFFFT_… 40 …cmake -S . -B build_no-simd_full -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT_USE_SIMD=OFF -DPFFFT_USE_B… 42 …cmake -S . -B build_no-simd_scalar_full -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPFFFT_USE_SIMD=OFF -DPFFF… [all …]
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_cmake.md | 1 # Build TensorFlow Lite with CMake 4 [CMake](https://cmake.org/) tool. 12 ### Step 1. Install CMake tool 14 It requires CMake 3.16 or higher. On Ubuntu, you can simply run the following 18 sudo apt-get install cmake 22 [the official cmake installation guide](https://cmake.org/install/) 33 ### Step 3. Create CMake build directory 40 ### Step 4. Run CMake tool with configurations 48 cmake ../tensorflow_src/tensorflow/lite 57 cmake ../tensorflow_src/tensorflow/lite -DCMAKE_BUILD_TYPE=Debug [all …]
|
/external/libwebsockets/ |
D | .sai.json | 9 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 … 12 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 … 15 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 … 18 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 … 21 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 … 24 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 … 28 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 … 31 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 … 34 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G RPM\";cmake .. ${cmake} && make -j4 … 37 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G ZIP\";cmake .. ${cmake} && make -j4 … [all …]
|
/external/aws-crt-java/ |
D | pom.xml | 35 <cmake.command>cmake</cmake.command> 36 <cmake.buildtype>RelWithDebInfo</cmake.buildtype> 37 <cmake.buildconfig>${cmake.buildtype}</cmake.buildconfig> 38 <cmake.binaries>target/cmake-build</cmake.binaries> 42 <cmake.warningsareerrors>OFF</cmake.warningsareerrors> 43 <cmake.s2nNoPqAsm>OFF</cmake.s2nNoPqAsm> 44 <cmake.osx_arch>-DOSX_ARCH_DUMMY=1</cmake.osx_arch> 45 <cmake.min_osx_version>-DOSX_DEPLOYMENT_TARGET_DUMMY=1</cmake.min_osx_version> 46 <cmake.disable_perl>ON</cmake.disable_perl> 47 <cmake.disable_aws_lc_512avx>OFF</cmake.disable_aws_lc_512avx> [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/distrib/cpp/ |
D | run_distrib_test_cmake.bat | 39 mkdir third_party\abseil-cpp\cmake\build 40 pushd third_party\abseil-cpp\cmake\build 41 cmake -G %VS_GENERATOR% -A %VS_ARCHITECTURE% -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\.. 42 cmake --build . --config Release --target install || goto :error 46 mkdir third_party\cares\cares\cmake\build 47 pushd third_party\cares\cares\cmake\build 48 cmake -G %VS_GENERATOR% -A %VS_ARCHITECTURE% -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\.. 49 cmake --build . --config Release --target install || goto :error 53 mkdir third_party\protobuf\cmake\build 54 pushd third_party\protobuf\cmake\build [all …]
|
/external/grpc-grpc/test/distrib/cpp/ |
D | run_distrib_test_cmake_for_dll.bat | 39 mkdir third_party\abseil-cpp\cmake\build 40 pushd third_party\abseil-cpp\cmake\build 41 cmake -G %VS_GENERATOR% -A %VS_ARCHITECTURE% -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\.. 42 cmake --build . --config Release --target install || goto :error 46 mkdir third_party\cares\cares\cmake\build 47 pushd third_party\cares\cares\cmake\build 48 cmake -G %VS_GENERATOR% -A %VS_ARCHITECTURE% -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\.. 49 cmake --build . --config Release --target install || goto :error 53 mkdir third_party\protobuf\cmake\build 54 pushd third_party\protobuf\cmake\build [all …]
|
D | run_distrib_test_cmake.bat | 39 mkdir third_party\abseil-cpp\cmake\build 40 pushd third_party\abseil-cpp\cmake\build 41 cmake -G %VS_GENERATOR% -A %VS_ARCHITECTURE% -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\.. 42 cmake --build . --config Release --target install || goto :error 46 mkdir third_party\cares\cares\cmake\build 47 pushd third_party\cares\cares\cmake\build 48 cmake -G %VS_GENERATOR% -A %VS_ARCHITECTURE% -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\.. 49 cmake --build . --config Release --target install || goto :error 53 mkdir third_party\protobuf\cmake\build 54 pushd third_party\protobuf\cmake\build [all …]
|
/external/deqp-deps/SPIRV-Headers/.github/workflows/ |
D | presubmit.yml | 26 cmake -DCMAKE_INSTALL_PREFIX=install .. 27 cmake --build . --target install 33 cmake .. 34 cmake --build . --target install 46 - uses: lukka/get-cmake@latest 49 - name: CMake build 51 …cmake -S . -B build/ -D CMAKE_BUILD_TYPE=Debug -G "Ninja" -D CMAKE_INSTALL_PREFIX=${GITHUB_WORKSPA… 52 cmake --build build --target install 58 - uses: lukka/get-cmake@latest 59 - name: CMake build [all …]
|
/external/swiftshader/third_party/SPIRV-Headers/.github/workflows/ |
D | presubmit.yml | 26 cmake -DCMAKE_INSTALL_PREFIX=install .. 27 cmake --build . --target install 33 cmake .. 34 cmake --build . --target install 46 - uses: lukka/get-cmake@latest 49 - name: CMake build 51 …cmake -S . -B build/ -D CMAKE_BUILD_TYPE=Debug -G "Ninja" -D CMAKE_INSTALL_PREFIX=${GITHUB_WORKSPA… 52 cmake --build build --target install 58 - uses: lukka/get-cmake@latest 59 - name: CMake build [all …]
|
/external/angle/third_party/spirv-headers/src/.github/workflows/ |
D | presubmit.yml | 26 cmake -DCMAKE_INSTALL_PREFIX=install .. 27 cmake --build . --target install 33 cmake .. 34 cmake --build . --target install 46 - uses: lukka/get-cmake@latest 49 - name: CMake build 51 …cmake -S . -B build/ -D CMAKE_BUILD_TYPE=Debug -G "Ninja" -D CMAKE_INSTALL_PREFIX=${GITHUB_WORKSPA… 52 cmake --build build --target install 58 - uses: lukka/get-cmake@latest 59 - name: CMake build [all …]
|
/external/sdv/vsomeip/third_party/boost/assert/ |
D | appveyor.yml | 29 CMAKE: 1 31 CMAKE: 1 33 CMAKE: 1 50 - git submodule update --init tools/cmake 61 …- if "%CMAKE%%CMAKE_SUBDIR%%CMAKE_INSTALL%" == "" b2 -j 3 libs/assert/test toolset=%TOOLSET% %CXX… 63 - if not "%CMAKE%" == "" mkdir __build__ && cd __build__ 64 …- if not "%CMAKE%" == "" cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES… 65 - if not "%CMAKE%" == "" ctest --output-on-failure -R boost_assert -C Debug 66 - if not "%CMAKE%" == "" ctest --output-on-failure -R boost_assert -C Release 67 - if not "%CMAKE%" == "" ctest --output-on-failure -R boost_assert -C MinSizeRel [all …]
|
/external/libwebm/ |
D | README.libwebm | 3 To build libwebm you must first create project files. To do this run cmake 6 Makefile.unix can be used as a fallback on systems that cmake does not 10 CMake Basics 13 run cmake with the path to the libwebm repo: 15 $ cmake path/to/libwebm 22 the cmake command line. This argument must be followed by the name of a 23 generator. Running cmake with the --help argument will list the available 28 $ cmake path/to/libwebm -G Xcode 33 $ cmake path/to/libwebm -G "Visual Studio 12" 37 $ cmake path/to/libwebm "Visual Studio 12 Win64" [all …]
|
/external/libopus/cmake/ |
D | README.md | 1 # Using CMake for the Opus Project 3 …s guide provides instructions for using CMake to build the Opus project with various configuration… 5 …CMake documentation for the most up-to-date and accurate information. You can find the official CM… 11 - CMake 17 Follow the steps below to build the Opus project using CMake: 33 3. Configure the build with CMake. You can set the desired configuration options using CMake's `-D`… 43 cmake .. -DOPUS_BUILD_PROGRAMS=ON -DOPUS_BUILD_TESTING=ON 49 cmake --build . 56 …ness of the project. You can execute the tests using CTest, a part of the CMake build system. CTes… 60 1. Navigate to the build directory after configuring and building the project with CMake: [all …]
|
/external/cronet/stable/third_party/abseil-cpp/CMake/ |
D | README.md | 1 # Abseil CMake Build Instructions 3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt)) 5 If you don't have CMake installed already, you can download it for free from 6 <https://www.cmake.org/>. 8 CMake works by generating native makefiles or build projects that can 14 ## Incorporating Abseil Into a CMake Project 16 The recommendations below are similar to those for using CMake within the 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 23 [Google Test](https://github.com/google/googletest) into your CMake 26 project with CMake. [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/CMake/ |
D | README.md | 1 # Abseil CMake Build Instructions 3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt)) 5 If you don't have CMake installed already, you can download it for free from 6 <https://www.cmake.org/>. 8 CMake works by generating native makefiles or build projects that can 14 ## Incorporating Abseil Into a CMake Project 16 The recommendations below are similar to those for using CMake within the 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 23 [Google Test](https://github.com/google/googletest) into your CMake 26 project with CMake. [all …]
|
/external/cronet/tot/third_party/abseil-cpp/CMake/ |
D | README.md | 1 # Abseil CMake Build Instructions 3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt)) 5 If you don't have CMake installed already, you can download it for free from 6 <https://www.cmake.org/>. 8 CMake works by generating native makefiles or build projects that can 14 ## Incorporating Abseil Into a CMake Project 16 The recommendations below are similar to those for using CMake within the 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 23 [Google Test](https://github.com/google/googletest) into your CMake 26 project with CMake. [all …]
|
/external/abseil-cpp/CMake/ |
D | README.md | 1 # Abseil CMake Build Instructions 3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt)) 5 If you don't have CMake installed already, you can download it for free from 6 <https://www.cmake.org/>. 8 CMake works by generating native makefiles or build projects that can 14 ## Incorporating Abseil Into a CMake Project 16 The recommendations below are similar to those for using CMake within the 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 23 [Google Test](https://github.com/google/googletest) into your CMake 26 project with CMake. [all …]
|
/external/angle/third_party/abseil-cpp/CMake/ |
D | README.md | 1 # Abseil CMake Build Instructions 3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt)) 5 If you don't have CMake installed already, you can download it for free from 6 <https://www.cmake.org/>. 8 CMake works by generating native makefiles or build projects that can 14 ## Incorporating Abseil Into a CMake Project 16 The recommendations below are similar to those for using CMake within the 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 23 [Google Test](https://github.com/google/googletest) into your CMake 26 project with CMake. [all …]
|
/external/capstone/ |
D | COMPILE_CMAKE.TXT | 1 This documentation explains how to compile Capstone with CMake, focus on 10 This documentation requires CMake & Windows SDK or MS Visual Studio installed on 13 Get CMake for free from http://www.cmake.org. 20 run "cmake" with the unwanted archs disabled (set to 0) as followings. 22 - CAPSTONE_ARM_SUPPORT: support ARM. Run cmake with -DCAPSTONE_ARM_SUPPORT=0 to remove ARM. 23 …- CAPSTONE_ARM64_SUPPORT: support ARM64. Run cmake with -DCAPSTONE_ARM64_SUPPORT=0 to remove ARM64. 24 …- CAPSTONE_M680X_SUPPORT: support M680X. Run cmake with -DCAPSTONE_M680X_SUPPORT=0 to remove M680X. 25 - CAPSTONE_M68K_SUPPORT: support M68K. Run cmake with -DCAPSTONE_M68K_SUPPORT=0 to remove M68K. 26 - CAPSTONE_MIPS_SUPPORT: support Mips. Run cmake with -DCAPSTONE_MIPS_SUPPORT=0 to remove Mips. 27 …- CAPSTONE_MOS65XX_SUPPORT: support MOS65XX. Run cmake with -DCAPSTONE_MOS65XX_SUPPORT=0 to remove… [all …]
|
12345678910>>...169