Home
last modified time | relevance | path

Searched refs:cmake (Results 1 – 25 of 1950) sorted by relevance

12345678910>>...78

/external/llvm/cmake/modules/
DCMakeLists.txt1 set(LLVM_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm)
6 FILE ${llvm_cmake_builddir}/LLVMExports.cmake)
16 # Generate LLVMConfig.cmake for the build tree.
34 set(LLVM_CONFIG_EXPORTS_FILE "${llvm_cmake_builddir}/LLVMExports.cmake")
36 LLVMConfig.cmake.in
37 ${llvm_cmake_builddir}/LLVMConfig.cmake
45 FILES_MATCHING PATTERN *.cmake
50 # Generate LLVMConfig.cmake for the install tree.
52 # Compute the installation prefix from this LLVMConfig.cmake file location.
66 set(LLVM_CONFIG_EXPORTS_FILE "\${LLVM_CMAKE_DIR}/LLVMExports.cmake")
[all …]
/external/swiftshader/tests/kokoro/gcp_ubuntu/
Dcontinuous.sh9 sudo aptitude purge -yq cmake
13 sudo aptitude install -yq cmake
14 cmake --version
32 cmake .. \
38 cmake --build . -- -j $(nproc)
51 cmake .. "-DREACTOR_ENABLE_PRINT=1"
52 cmake --build . --target ReactorUnitTests -- -j $(nproc)
53 cmake .. "-DREACTOR_ENABLE_PRINT=0"
59 cmake .. "-DREACTOR_EMIT_ASM_FILE=1"
60 cmake --build . --target ReactorUnitTests -- -j $(nproc)
[all …]
/external/libevent/
DMakefile.am112 cmake/AddCompilerFlags.cmake \
113 cmake/AddEventLibrary.cmake \
114 cmake/CheckConstExists.cmake \
115 cmake/CheckFileOffsetBits.c \
116 cmake/CheckFileOffsetBits.cmake \
117 cmake/CheckFunctionKeywords.cmake \
118 cmake/CheckPrototypeDefinition.c.in \
119 cmake/CheckPrototypeDefinition.cmake \
120 cmake/CheckWorkingKqueue.cmake \
121 cmake/CodeCoverage.cmake \
[all …]
/external/llvm-project/lld/cmake/modules/
DCMakeLists.txt2 # link against them. LLVM calls its version of this file LLVMExports.cmake, but
3 # the usual CMake convention seems to be ${Project}Targets.cmake.
4 set(LLD_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/lld)
7 # Keep this in sync with llvm/cmake/CMakeLists.txt!
8 set(LLVM_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm)
12 export(TARGETS ${LLD_EXPORTS} FILE ${lld_cmake_builddir}/LLDTargets.cmake)
14 # Generate LLDConfig.cmake for the build tree.
17 set(LLD_CONFIG_EXPORTS_FILE "${lld_cmake_builddir}/LLDTargets.cmake")
23 ${CMAKE_CURRENT_SOURCE_DIR}/LLDConfig.cmake.in
24 ${lld_cmake_builddir}/LLDConfig.cmake
[all …]
/external/llvm-project/flang/cmake/modules/
DCMakeLists.txt2 # link against them. LLVM calls its version of this file LLVMExports.cmake, but
3 # the usual CMake convention seems to be ${Project}Targets.cmake.
4 set(FLANG_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/flang)
7 # Keep this in sync with llvm/cmake/CMakeLists.txt!
8 set(LLVM_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm)
12 export(TARGETS ${FLANG_EXPORTS} FILE ${flang_cmake_builddir}/FlangTargets.cmake)
14 # Generate FlangConfig.cmake for the build tree.
17 set(FLANG_CONFIG_EXPORTS_FILE "${flang_cmake_builddir}/FlangTargets.cmake")
23 ${CMAKE_CURRENT_SOURCE_DIR}/FlangConfig.cmake.in
24 ${flang_cmake_builddir}/FlangConfig.cmake
[all …]
/external/llvm-project/clang/cmake/modules/
DCMakeLists.txt2 # link against them. LLVM calls its version of this file LLVMExports.cmake, but
3 # the usual CMake convention seems to be ${Project}Targets.cmake.
4 set(CLANG_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/clang)
7 # Keep this in sync with llvm/cmake/CMakeLists.txt!
8 set(LLVM_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm)
12 export(TARGETS ${CLANG_EXPORTS} FILE ${clang_cmake_builddir}/ClangTargets.cmake)
14 # Generate ClangConfig.cmake for the build tree.
17 set(CLANG_CONFIG_EXPORTS_FILE "${clang_cmake_builddir}/ClangTargets.cmake")
23 ${CMAKE_CURRENT_SOURCE_DIR}/ClangConfig.cmake.in
24 ${clang_cmake_builddir}/ClangConfig.cmake
[all …]
/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake.sh28 mkdir -p cmake/build
29 cd cmake/build
30 cmake -DCMAKE_BUILD_TYPE=Release ../..
37 mkdir -p cmake/build
38 cd cmake/build
39 cmake -DCMAKE_BUILD_TYPE=Release ../..
46 mkdir -p cmake/build
47 cd cmake/build
48 cmake -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release ..
54 mkdir -p cmake/build
[all …]
Drun_distrib_test_cmake.bat33 mkdir cmake
34 cd cmake
35 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..
36 cmake --build . --config Release --target install || goto :error
39 cd third_party/protobuf/cmake
42 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% -DZLIB_ROOT=%INSTALL_DIR% -Dprotobuf_MSVC_STATIC_RUNTIME…
43 cmake --build . --config Release --target install || goto :error
47 mkdir cmake
48 cd cmake
49 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..
[all …]
/external/zstd/build/cmake/
DREADME.md3 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
[all …]
/external/llvm-project/llvm/cmake/modules/
DCMakeLists.txt1 set(LLVM_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm)
4 # First for users who use an installed LLVM, create the LLVMExports.cmake file.
5 set(LLVM_EXPORTS_FILE ${llvm_cmake_builddir}/LLVMExports.cmake)
11 set(LLVM_BUILDTREEONLY_EXPORTS_FILE ${llvm_cmake_builddir}/LLVMBuildTreeOnlyTargets.cmake)
35 # Generate LLVMConfig.cmake for the build tree.
75 # one from the build tree. This is due to our cmake files being split between
78 # tree, both the generated LLVMExports.cmake file and the rest of the cmake
79 # source files are put in the same cmake directory.
85 LLVMConfig.cmake.in
86 ${llvm_cmake_builddir}/LLVMConfig.cmake
[all …]
/external/llvm-project/mlir/cmake/modules/
DCMakeLists.txt2 # link against them. LLVM calls its version of this file LLVMExports.cmake, but
3 # the usual CMake convention seems to be ${Project}Targets.cmake.
4 set(MLIR_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/mlir)
7 # Keep this in sync with llvm/cmake/CMakeLists.txt!
8 set(LLVM_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm)
12 export(TARGETS ${MLIR_EXPORTS} FILE ${mlir_cmake_builddir}/MLIRTargets.cmake)
19 # Generate MlirConfig.cmake for the build tree.
22 set(MLIR_CONFIG_EXPORTS_FILE "\${MLIR_CMAKE_DIR}/MLIRTargets.cmake")
28 ${CMAKE_CURRENT_SOURCE_DIR}/MLIRConfig.cmake.in
29 ${mlir_cmake_builddir}/MLIRConfig.cmake
[all …]
/external/rust/crates/grpcio-sys/grpc/test/distrib/cpp/
Drun_distrib_test_cmake.bat33 mkdir third_party\abseil-cpp\cmake\build
34 pushd third_party\abseil-cpp\cmake\build
35 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\..
36 cmake --build . --config Release --target install || goto :error
40 mkdir third_party\cares\cares\cmake\build
41 pushd third_party\cares\cares\cmake\build
42 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\..
43 cmake --build . --config Release --target install || goto :error
47 mkdir third_party\protobuf\cmake\build
48 pushd third_party\protobuf\cmake\build
[all …]
Drun_distrib_test_raspberry_pi.sh25 wget -q -O cmake-linux.sh https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-L…
26 sh cmake-linux.sh -- --skip-license --prefix=/usr
27 rm cmake-linux.sh
34 cmake \
50 cat > toolchain.cmake <<'EOT'
72 cmake -DCMAKE_TOOLCHAIN_FILE=/tmp/raspberrypi_root/toolchain.cmake \
84 cmake -DCMAKE_TOOLCHAIN_FILE=/tmp/raspberrypi_root/toolchain.cmake \
86 -DProtobuf_DIR=/tmp/raspberrypi_root/stage/lib/cmake/protobuf \
87 -DgRPC_DIR=/tmp/raspberrypi_root/stage/lib/cmake/grpc \
/external/expat/
DMakefile.am57 cmake/autotools/expat.cmake
60 cmake/autotools/expat-config-version.cmake \
61 cmake/autotools/expat-noconfig.cmake \
62 cmake/expat-config.cmake
64 cmakedir = $(libdir)/cmake/expat-@PACKAGE_VERSION@ directory
68 cmake/autotools/expat-package-init.cmake \
69 cmake/mingw-toolchain.cmake \
73 ConfigureChecks.cmake \
74 expat_config.h.cmake
/external/fmtlib/test/fuzzing/
Dbuild.sh29 CXX="ccache g++" CXXFLAGS="$CXXFLAGSALL -g" cmake \
34 cmake --build $builddir
41 CXXFLAGS="$CXXFLAGSALL -fsanitize=fuzzer-no-link" cmake \
42 cmake $CMAKEFLAGSALL \
46 cmake --build $builddir
54 CXXFLAGS="$CXXFLAGSALL -fsanitize=fuzzer-no-link,address,undefined" cmake \
55 cmake $CMAKEFLAGSALL \
59 cmake --build $builddir
66 CXXFLAGS="$CXXFLAGSALL -fsanitize=fuzzer-no-link -O3" cmake \
67 cmake $CMAKEFLAGSALL \
[all …]
/external/Reactive-Extensions/RxCpp/projects/scripts/
Dtravis-install.sh10 wget http://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh
11 chmod a+x cmake-3.2.3-Linux-x86_64.sh
12 sudo ./cmake-3.2.3-Linux-x86_64.sh --skip-license --prefix=/usr/local
15 cmake --version
22 brew list cmake || echo "suppress failures in order to ignore warnings"
23 sudo brew uninstall --force cmake || "suppress failures in order to ignore warnings"
24 brew search cmake || echo "suppress failures in order to ignore warnings"
25 brew install cmake || echo "suppress failures in order to ignore warnings"
26 brew upgrade cmake || echo "suppress failures in order to ignore warnings"
28 cmake --version
/external/libgav1/libgav1/
DCMakeLists.txt39 include("${libgav1_root}/cmake/libgav1_options.cmake")
61 include("${libgav1_examples}/libgav1_examples.cmake")
62 include("${libgav1_root}/cmake/libgav1_build_definitions.cmake")
63 include("${libgav1_root}/cmake/libgav1_cpu_detection.cmake")
64 include("${libgav1_root}/cmake/libgav1_flags.cmake")
65 include("${libgav1_root}/cmake/libgav1_helpers.cmake")
66 include("${libgav1_root}/cmake/libgav1_install.cmake")
67 include("${libgav1_root}/cmake/libgav1_intrinsics.cmake")
68 include("${libgav1_root}/cmake/libgav1_sanitizer.cmake")
69 include("${libgav1_root}/cmake/libgav1_targets.cmake")
[all …]
/external/libwebsockets/scripts/
Dtravis_control.sh6 cmake -DOPENSSL_ROOT_DIR="/usr/local/opt/openssl" $CMAKE_ARGS .. &&
7 cmake --build .
13 cmake -DLWS_OPENSSL_LIBRARIES="/usr/local/lib/libssl.so;/usr/local/lib/libcrypto.so" \
15 cmake --build . &&
25 cmake -DLWS_OPENSSL_LIBRARIES="/usr/local/lib/libssl.so;/usr/local/lib/libcrypto.so" \
27 cmake --build . &&
32 cmake -DLWS_OPENSSL_LIBRARIES="/usr/local/lib/libssl.so;/usr/local/lib/libcrypto.so" \
34 cmake --build . &&
38 cmake $CMAKE_ARGS .. &&
39 cmake --build . &&
[all …]
/external/google-benchmark/
Dconanfile.py45 cmake = CMake(self)
47 cmake.definitions["BENCHMARK_ENABLE_TESTING"] = "OFF"
48 cmake.definitions["BENCHMARK_ENABLE_GTEST_TESTS"] = "OFF"
49 cmake.definitions["BENCHMARK_ENABLE_LTO"] = "ON" if self.options.enable_lto else "OFF"
50cmake.definitions["BENCHMARK_ENABLE_EXCEPTIONS"] = "ON" if self.options.enable_exceptions else "OF…
54cmake.definitions["BENCHMARK_BUILD_32_BITS"] = "ON" if "64" not in str(self.settings.arch) else "O…
55cmake.definitions["BENCHMARK_USE_LIBCXX"] = "ON" if (str(self.settings.compiler.libcxx) == "libc++…
57 cmake.definitions["BENCHMARK_USE_LIBCXX"] = "OFF"
59 cmake.configure(build_folder=self._build_subfolder)
60 return cmake
[all …]
/external/llvm-project/libcxx/utils/ci/
Drun-buildbot67 function generate-cmake() {
69 cmake -S "${MONOREPO_ROOT}/llvm" \
112 generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-cxx03.cmake"
120 generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-cxx11.cmake"
128 generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-cxx14.cmake"
136 generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-cxx17.cmake"
144 generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-cxx2a.cmake"
152 generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-noexceptions.cmake"
159 generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-32bits.cmake"
168 generate-cmake -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=OFF
[all …]
/external/freetype/builds/cmake/
Dtestbuild.sh37 tmpdir=/tmp/freetype-cmake-testbuild
57 (set -x; cmake -H$ftdir \
61 (set -x; cmake --build $tmpdir/ftb \
65 (set -x; cmake $tmpdir/ftb \
67 (set -x; cmake --build $tmpdir/ftb \
77 project(freetype-cmake-testbuild)
81 add_executable(freetype-cmake-test main.c)
82 target_link_libraries(freetype-cmake-test freetype)
85 add_test(freetype-cmake-test freetype-cmake-test)
141 (set -x; cmake $tmpdir \
[all …]
/external/clang/cmake/modules/
DCMakeLists.txt2 # link against them. LLVM calls its version of this file LLVMExports.cmake, but
3 # the usual CMake convention seems to be ${Project}Targets.cmake.
4 set(CLANG_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}/cmake/clang)
8 export(TARGETS ${CLANG_EXPORTS} FILE ${clang_cmake_builddir}/ClangTargets.cmake)
10 # Generate ClangConfig.cmake for the build tree.
12 set(CLANG_CONFIG_EXPORTS_FILE "${clang_cmake_builddir}/ClangTargets.cmake")
14 ${CMAKE_CURRENT_SOURCE_DIR}/ClangConfig.cmake.in
15 ${clang_cmake_builddir}/ClangConfig.cmake
20 # Generate ClangConfig.cmake for the install tree.
22 # Compute the installation prefix from this LLVMConfig.cmake file location.
[all …]
/external/swiftshader/tests/kokoro/gcp_windows/
Dcontinuous.bat5 SET PATH=C:\python36;C:\Program Files\cmake\bin;%PATH%
18 REM choco upgrade cmake -y --limit-output --no-progress
19 cmake --version
21 cmake .. ^
29 cmake --build . --config %BUILD_TYPE% || goto :error
42 cmake "-DREACTOR_ENABLE_PRINT=1" .. || goto :error
43 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
45 cmake "-DREACTOR_ENABLE_PRINT=0" .. || goto :error
49 cmake "-DREACTOR_EMIT_ASM_FILE=1" .. || goto :error
50 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
[all …]
/external/flac/
DMakefile.am42 config.cmake.h.in \
43 flac-config.cmake.in \
44 cmake/FindOgg.cmake \
45 cmake/UseSystemExtensions.cmake \
46 cmake/CheckCPUArch.cmake \
47 cmake/CheckCPUArch.c.in \
/external/capstone/
DCOMPILE_CMAKE.TXT13 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…
28 - CAPSTONE_PPC_SUPPORT: support PPC. Run cmake with -DCAPSTONE_PPC_SUPPORT=0 to remove PPC.
29 …- CAPSTONE_SPARC_SUPPORT: support Sparc. Run cmake with -DCAPSTONE_SPARC_SUPPORT=0 to remove Sparc.
[all …]

12345678910>>...78