HomeSort by relevance Sort by last modified time
    Searched full:cmake (Results 251 - 275 of 1271) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/cmake/llvm/
CrossCompile.cmake 9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake)
11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/cmake/llvm/
CrossCompile.cmake 9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake)
11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/cmake/llvm/
CrossCompile.cmake 9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake)
11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/cmake/llvm/
CrossCompile.cmake 9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake)
11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/cmake/llvm/
CrossCompile.cmake 9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake)
11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/cmake/llvm/
CrossCompile.cmake 9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake)
11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/cmake/llvm/
CrossCompile.cmake 9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake)
11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/cmake/llvm/
CrossCompile.cmake 9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake)
11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/cmake/llvm/
CrossCompile.cmake 9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake)
11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
  /external/compiler-rt/lib/asan/
README.txt 8 CMakeLists.txt : File for cmake-based build.
20 ASan runtime can only be built by CMake. You can run ASan tests
21 from the root of your CMake build tree:
  /external/curl/CMake/
curl-config.cmake 14 if(EXISTS "${_DIR}/${_comp}-target.cmake")
15 include("${_DIR}/${_comp}-target.cmake")
46 set(_curl_current_config "") # let CMake pick config at random
  /external/eigen/Eigen/
SPQRSupport 27 * For a cmake based project, you can use our FindSPQR.cmake and FindCholmod.Cmake modules
  /external/gflags/cmake/
version.cmake.in 1 ## gflags CMake configuration version file
10 # Perform compatibility check here using the input CMake variables.
11 # See example in http://www.cmake.org/Wiki/CMake_2.6_Notes.
  /external/llvm/projects/
CMakeLists.txt 1 # Discover the projects that use CMake in the subdirectories.
2 # Note that explicit cmake invocation is required every time a new project is
19 # a sufficiently recent version of CMake where required).
  /external/swiftshader/third_party/LLVM/docs/
CMake.html 5 <title>Building LLVM with CMake</title>
10 Building LLVM with CMake
16 <li><a href="#usage">Basic CMake usage</a>
19 <li><a href="#freccmake">Frequently-used CMake variables</a></li>
46 <p><a href="http://www.cmake.org/">CMake</a> is a cross-platform
47 build-generator tool. CMake does not build the project, it generates
53 are a CMake novice, start on <a href="#usage">Basic CMake
58 experience with CMake, this is the recommended starting point
    [all...]
  /external/boringssl/src/third_party/android-cmake/
README.md 1 # android-cmake
3 CMake is great, and so is Android. This is a collection of CMake scripts that may be useful to the Android NDK community. It is based on experience from porting OpenCV library to Android: http://opencv.org/platforms/android.html
5 Main goal is to share these scripts so that devs that use CMake as their build system may easily compile native code for Android.
9 cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake \
14 cmake --build .
18 cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake -DANDROID_NDK=<ndk_path> -DCMAKE_BUILD_TYPE=Release -DANDROID_ABI="armeabi-v7a with NEON" <source_path> && cmake --build
    [all...]
  /external/tensorflow/tensorflow/contrib/cmake/
README.md 1 TensorFlow CMake build
4 This directory contains CMake files for building TensorFlow on Microsoft
5 Windows. [CMake](https://cmake.org) is a cross-platform tool that can
16 CMake can be used to build TensorFlow on Windows. See the [getting started documentation](https://www.tensorflow.org/install/install_windows)
23 ## Building with CMake
25 The CMake files in this directory can build the core TensorFlow runtime, an
31 * CMake version 3.5 or later.
56 - [CMake 3.6](https://cmake.org/files/v3.6/cmake-3.6.3-win64-x64.msi
    [all...]
  /external/curl/lib/
CMakeLists.txt 3 configure_file(curl_config.h.cmake
6 transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
7 include(${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake)
122 APPEND FILE ${PROJECT_BINARY_DIR}/libcurl-target.cmake
127 FILE libcurl-target.cmake
  /external/flatbuffers/android/jni/
build_flatc.bat 22 rem Path to cmake passed in by caller.
23 set cmake=%1 variable
24 rem Path to cmake project to build.
45 rem Map Visual Studio version to cmake generator name.
61 %cmake% -G"%cmake_generator%"
  /external/freetype/
CMakeLists.txt 23 # cmake <path-to-freetype2-src-dir>
29 # cmake <path-to-freetype2-src-dir> -D BUILD_SHARED_LIBS:BOOL=true
33 # cmake <path-to-freetype2-src-dir> -D BUILD_FRAMEWORK:BOOL=true -G Xcode
39 # cmake -D IOS_PLATFORM=OS -G Xcode <path-to-freetype2-src-dir>
43 # cmake -D IOS_PLATFORM=SIMULATOR -G Xcode <path-to-freetype2-src-dir>
45 # Please refer to the cmake manual for further options, in particular, how
50 # . `cmake' creates configuration files in
56 # . You can use `cmake' directly on a freshly cloned FreeType git
66 # CMake variables to `ON' or `OFF' to force or skip using a dependency.
70 # cmake ... -DWITH_ZLIB=ON -DWITH_HarfBuzz=OFF ..
    [all...]
  /external/libdivsufsort/
CMakeLists.txt 0 ### cmake file for building libdivsufsort Package ###
12 include(VERSION.cmake)
95 "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules/cmake_uninstall.cmake.in"
96 "${CMAKE_CURRENT_BINARY_DIR}/CMakeModules/cmake_uninstall.cmake"
99 "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/CMakeModules/cmake_uninstall.cmake")
  /external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/
run_build.bat 10 :: - CMake
28 IF DEFINED CMAKE_EXE (ECHO CMAKE_EXE is set to %CMAKE_EXE%) ELSE (SET CMAKE_EXE="C:\Program Files\cmake\bin\cmake.exe")
35 SET CMAKE_DIR=%REPO_ROOT%\tensorflow\contrib\cmake
38 :: Run cmake to create Visual Studio Project files.
  /external/conscrypt/
Dockerfile 59 # Build and install CMake from source.
61 RUN git clone git://cmake.org/cmake.git CMake && \
62 cd CMake && \
64 mkdir /usr/src/CMake-build && \
65 cd /usr/src/CMake-build && \
66 /usr/src/CMake/bootstrap \
70 ./bin/cmake \
74 cd .. && rm -rf CMake*
    [all...]
appveyor.yml 8 CMAKE_URL: "https://cmake.org/files/v3.4/cmake-3.4.0-win32-x86.zip"
39 # Get CMake
40 - appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
41 - 7z x cmake.zip -oC:\cmake > nul
42 - set PATH=C:\cmake\bin;%PATH%
43 - cmake --version
63 - cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE -DCMAKE_BUILD_TYPE=Release "-DCMAKE_C_FLAGS_RELEASE=/MT -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING" "-DCMAKE_CXX_FLAGS_RELEASE=/MT -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING" -GNinja ..
71 - cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE -DCMAKE_BUILD_TYPE=Release "-DCMAKE_C_FLAGS_RELEASE=/MT -D_ (…)
    [all...]
  /external/brotli/scripts/
appveyor.yml 7 - BUILD_SYSTEM: CMake
10 - BUILD_SYSTEM: CMake
44 - IF "%BUILD_SYSTEM%"=="CMake" ( mkdir builddir && cd builddir && cmake -G "%GENERATOR%" .. )
53 - IF "%BUILD_SYSTEM%"=="CMake" ( cmake --build . --config Debug )
62 - IF "%BUILD_SYSTEM%"=="CMake" ( ctest --output-on-failure --interactive-debug-mode 0 -C Debug )

Completed in 1083 milliseconds

<<11121314151617181920>>