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

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/cmake/
UseEigen3.cmake 1 # -*- cmake -*-
3 # UseEigen3.cmake
  /external/llvm/cmake/
README 1 See docs/CMake.html for instructions on how to build LLVM with CMake.
  /external/swiftshader/third_party/LLVM/cmake/
README 1 See docs/CMake.html for instructions on how to build LLVM with CMake.
  /external/flatbuffers/CMake/
FlatbuffersConfig.cmake 1 include("${CMAKE_CURRENT_LIST_DIR}/FlatbuffersTargets.cmake" OPTIONAL)
2 include("${CMAKE_CURRENT_LIST_DIR}/FlatcTargets.cmake" OPTIONAL)
3 include("${CMAKE_CURRENT_LIST_DIR}/FlatbuffersSharedTargets.cmake" OPTIONAL)
  /external/eigen/scripts/
debug.in 3 cmake -DCMAKE_BUILD_TYPE=Debug .
release.in 3 cmake -DCMAKE_BUILD_TYPE=Release .
  /external/google-benchmark/cmake/
Config.cmake.in 1 include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
  /external/libcxx/utils/google-benchmark/cmake/
Config.cmake.in 1 include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/cmake/
Config.cmake.in 1 include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
  /external/curl/docs/
README.cmake 7 README.cmake
10 Curl contains CMake build files that provide a way to build Curl with the
11 CMake build tool (www.cmake.org). CMake is a cross platform meta build tool
12 that generates native makefiles and IDE project files. The CMake build
15 Read the INSTALL.cmake file for instructions on how to compile curl with
16 CMake.
  /external/clang/cmake/modules/
CMakeLists.txt 1 # Generate a list of CMake library targets so that other CMake projects can
2 # 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.i
    [all...]
  /external/llvm/cmake/modules/
CMakeLists.txt 1 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/deqp/framework/delibs/deimage/
CMakeLists.txt 0 # cmake file for deimage
4 message(FATAL_ERROR "Include Defs.cmake")
  /external/boringssl/src/third_party/android-cmake/
METADATA 1 name: "android-cmake"
3 "android-cmake is a collection of CMake scripts for building against the "
9 value: "https://github.com/taka-no-me/android-cmake/"
  /external/brotli/
configure 2 echo "Use Bazel, CMake or Premake5 to generate projects / build files."
4 echo " CMake: https://cmake.org/"
  /external/vulkan-validation-layers/cmake/
README.txt 1 The following files are copied out of CMake 2.8.
2 - FindImageMagick.cmake
4 I have also copied the Copyright.txt file out of cmake and renamed it:
  /external/eigen/doc/
TopicCMakeGuide.dox 5 \page TopicCMakeGuide Using %Eigen in CMake Projects
7 %Eigen provides native CMake support which allows the library to be easily
8 used in CMake projects.
10 \note %CMake 3.0 (or later) is required to enable this functionality.
12 %Eigen exports a CMake target called `Eigen3::Eigen` which can be imported
13 using the `find_package` CMake command and used by calling
15 \code{.cmake}
28 $ cmake path-to-example-directory
30 CMake will produce project files that generate an executable called `example`
35 If you have multiple installed version of %Eigen, you can pick your favorite one by setting the \c Eigen3_DIR cmake's variable to the respective path containing the \c Eigen3*.cmake files. For instance
    [all...]
  /external/curl/tests/data/
CMakeLists.txt 2 transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
3 include("${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
6 # as a space-separated string rather than comma-separated (a list in CMake).
  /external/protobuf/cmake/
protobuf-config.cmake.in 10 include("${_PROTOBUF_PACKAGE_PREFIX}/protobuf-targets.cmake")
20 # CMake FindProtobuf module compatible file
22 include("${_PROTOBUF_PACKAGE_PREFIX}/protobuf-module.cmake")
  /external/Microsoft-GSL/
appveyor.yml 16 - C:\cmake-3.8.0-win32-x86
20 if (![IO.File]::Exists("C:\cmake-3.8.0-win32-x86\bin\cmake.exe")) {
21 Start-FileDownload 'https://cmake.org/files/v3.8/cmake-3.8.0-win32-x86.zip'
22 7z x -y cmake-3.8.0-win32-x86.zip -oC:\
24 $env:PATH="C:\cmake-3.8.0-win32-x86\bin;$env:PATH"
39 cmake .. -G "$env:generator"
42 - cmake --build . --config %CONFIGURATION% -- /m /v:minimal
  /external/cn-cbor/
build.sh 5 cd build && cmake .. && make $*
  /external/freetype/docs/
CMAKE 1 Support for a cmake build has been contributed. See the remarks in the
  /external/vulkan-validation-layers/loader/
README.md 5 Builds for Linux and Windows are supported via CMake. See top level BUILD.md file.
  /external/capstone/
nmake.bat 2 :: Build Capstone libs (capstone.dll & capstone.lib) on Windows with CMake & Nmake
5 cmake -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles" ..
  /external/jsoncpp/src/lib_json/
version.h.in 1 // DO NOT EDIT. This file is generated by CMake from "version"
3 // Run CMake configure step to update it.

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 91011>>