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

1 2 3 4 5 6 7 891011>>

  /external/clang/cmake/caches/
3-stage-base.cmake 14 -C ${CMAKE_CURRENT_LIST_DIR}/3-stage-base.cmake
3-stage.cmake 16 include(${CMAKE_CURRENT_LIST_DIR}/3-stage-base.cmake)
PGO-stage2-instrumented.cmake 8 -C ${CMAKE_CURRENT_LIST_DIR}/PGO-stage2.cmake
  /external/deqp/external/glslang/
CMakeLists.txt 0 # cmake file for glslang
4 message(FATAL_ERROR "Include Defs.cmake")
24 # Disable glslang install as part of cmake install.
30 # Overwrite the CMake flags for glslang with the our 3rd party ones.
  /external/deqp/framework/
CMakeLists.txt 1 # Test framework cmake file
  /external/dexmaker/dexmaker-mockito-inline/
build.gradle 18 cmake {
  /external/gflags/test/nc/
CMakeLists.txt 6 message (FATAL_ERROR "Missing TEST_NAME CMake flag")
  /external/jsoncpp/src/test_lib_json/
CMakeLists.txt 15 # (default cmake workflow hides away the test result into a file, resulting in poor dev workflow?!?)
  /external/llvm/tools/llvm-jitlistener/
CMakeLists.txt 1 # This tool is excluded from the CMake build if Intel JIT events are disabled.
  /external/pcre/dist2/cmake/
FindEditline.cmake 1 # Modified from FindReadline.cmake (PH Feb 2012)
  /external/tinyxml2/
appveyor.yml 2 - cmake .
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/cmake/clang/
ClangConfig.cmake 4 # Compute the installation prefix from this LLVMConfig.cmake file location.
11 HINTS "${CLANG_INSTALL_PREFIX}/lib64/cmake/llvm")
14 set(CLANG_CMAKE_DIR "${CLANG_INSTALL_PREFIX}/lib64/cmake/clang")
18 include("${CLANG_CMAKE_DIR}/ClangTargets.cmake")
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/cmake/clang/
ClangConfig.cmake 4 # Compute the installation prefix from this LLVMConfig.cmake file location.
11 HINTS "${CLANG_INSTALL_PREFIX}/lib64/cmake/llvm")
14 set(CLANG_CMAKE_DIR "${CLANG_INSTALL_PREFIX}/lib64/cmake/clang")
18 include("${CLANG_CMAKE_DIR}/ClangTargets.cmake")
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/cmake/clang/
ClangConfig.cmake 4 # Compute the installation prefix from this LLVMConfig.cmake file location.
11 HINTS "${CLANG_INSTALL_PREFIX}/lib64/cmake/llvm")
14 set(CLANG_CMAKE_DIR "${CLANG_INSTALL_PREFIX}/lib64/cmake/clang")
18 include("${CLANG_CMAKE_DIR}/ClangTargets.cmake")
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/cmake/clang/
ClangConfig.cmake 4 # Compute the installation prefix from this LLVMConfig.cmake file location.
11 HINTS "${CLANG_INSTALL_PREFIX}/lib64/cmake/llvm")
14 set(CLANG_CMAKE_DIR "${CLANG_INSTALL_PREFIX}/lib64/cmake/clang")
18 include("${CLANG_CMAKE_DIR}/ClangTargets.cmake")
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/cmake/clang/
ClangConfig.cmake 4 # Compute the installation prefix from this LLVMConfig.cmake file location.
11 HINTS "${CLANG_INSTALL_PREFIX}/lib64/cmake/llvm")
14 set(CLANG_CMAKE_DIR "${CLANG_INSTALL_PREFIX}/lib64/cmake/clang")
18 include("${CLANG_CMAKE_DIR}/ClangTargets.cmake")
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/cmake/clang/
ClangConfig.cmake 4 # Compute the installation prefix from this LLVMConfig.cmake file location.
11 HINTS "${CLANG_INSTALL_PREFIX}/lib64/cmake/llvm")
14 set(CLANG_CMAKE_DIR "${CLANG_INSTALL_PREFIX}/lib64/cmake/clang")
18 include("${CLANG_CMAKE_DIR}/ClangTargets.cmake")
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/cmake/clang/
ClangConfig.cmake 4 # Compute the installation prefix from this LLVMConfig.cmake file location.
11 HINTS "${CLANG_INSTALL_PREFIX}/lib64/cmake/llvm")
14 set(CLANG_CMAKE_DIR "${CLANG_INSTALL_PREFIX}/lib64/cmake/clang")
18 include("${CLANG_CMAKE_DIR}/ClangTargets.cmake")
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/cmake/clang/
ClangConfig.cmake 4 # Compute the installation prefix from this LLVMConfig.cmake file location.
11 HINTS "${CLANG_INSTALL_PREFIX}/lib64/cmake/llvm")
14 set(CLANG_CMAKE_DIR "${CLANG_INSTALL_PREFIX}/lib64/cmake/clang")
18 include("${CLANG_CMAKE_DIR}/ClangTargets.cmake")
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/cmake/
CXXFeatureCheck.cmake 3 # This functions compiles a source file under the `cmake` folder
4 # and adds the corresponding `HAVE_[FILENAME]` flag to the CMake
13 # Requires CMake 2.8.12+
29 ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/${FILE}.cpp
  /external/protobuf/cmake/
CMakeLists.txt 1 # Minimum CMake required
7 # CMake policies
86 # Explicitly set these to empty (override NOT_FOUND) so cmake doesn't
105 # http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
144 include(libprotobuf-lite.cmake)
145 include(libprotobuf.cmake)
146 include(libprotoc.cmake)
147 include(protoc.cmake)
150 include(tests.cmake)
153 include(install.cmake)
    [all...]
  /external/protobuf/
update_file_lists.sh 3 # This script copies source file lists from src/Makefile.am to cmake files.
70 # Update cmake files.
73 CMAKE_DIR=cmake
74 EXTRACT_INCLUDES_BAT=cmake/extract_includes.bat.in
114 # Replace file lists in cmake files.
116 set_cmake_value $CMAKE_DIR/libprotobuf-lite.cmake libprotobuf_lite_files $CMAKE_PREFIX $LIBPROTOBUF_LITE_SOURCES
117 set_cmake_value $CMAKE_DIR/libprotobuf.cmake libprotobuf_files $CMAKE_PREFIX $LIBPROTOBUF_SOURCES
118 set_cmake_value $CMAKE_DIR/libprotoc.cmake libprotoc_files $CMAKE_PREFIX $LIBPROTOC_SOURCES
119 set_cmake_value $CMAKE_DIR/tests.cmake lite_test_protos "" $LITE_PROTOS
120 set_cmake_value $CMAKE_DIR/tests.cmake tests_protos "" $PROTOS_BLACKLISTE
    [all...]
  /external/protobuf/util/
update_file_lists.sh 3 # This script copies source file lists from src/Makefile.am to cmake files.
70 # Update cmake files.
73 CMAKE_DIR=cmake
74 EXTRACT_INCLUDES_BAT=cmake/extract_includes.bat.in
114 # Replace file lists in cmake files.
116 set_cmake_value $CMAKE_DIR/libprotobuf-lite.cmake libprotobuf_lite_files $CMAKE_PREFIX $LIBPROTOBUF_LITE_SOURCES
117 set_cmake_value $CMAKE_DIR/libprotobuf.cmake libprotobuf_files $CMAKE_PREFIX $LIBPROTOBUF_SOURCES
118 set_cmake_value $CMAKE_DIR/libprotoc.cmake libprotoc_files $CMAKE_PREFIX $LIBPROTOC_SOURCES
119 set_cmake_value $CMAKE_DIR/tests.cmake lite_test_protos "" $LITE_PROTOS
120 set_cmake_value $CMAKE_DIR/tests.cmake tests_protos "" $PROTOS_BLACKLISTE
    [all...]
  /external/brotli/
.travis.yml 12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-6 CXX_COMPILER=g++-6
30 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-5 CXX_COMPILER=g++-5
39 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
52 env: BUILD_SYSTEM=cmake C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0
61 env: BUILD_SYSTEM=cmake C_COMPILER=clang-3.5 CXX_COMPILER=clang++-3.5
74 env: BUILD_SYSTEM=cmake C_COMPILER=pgcc CXX_COMPILER=pgc++
103 ## CMake on OS X
110 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-6 CXX_COMPILER=g++-6
112 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-5 CXX_COMPILER=g++-
    [all...]
  /external/llvm/docs/
AdvancedBuilds.rst 11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake
16 :doc:`CMake` pages. This page is intended for users doing more complex builds.
18 Many of the examples below are written assuming specific CMake Generators.
19 Unless otherwise explicitly called out these commands should work with any CMake
25 The Clang CMake build system supports bootstrap (aka multi-stage) builds. At a
31 then use that just-built clang to build clang again. In CMake this simplest form
37 $ cmake -G Ninja -DCLANG_ENABLE_BOOTSTRAP=On <path to source>
41 configurations for each stage. The next series of examples utilize CMake cach
    [all...]

Completed in 1233 milliseconds

1 2 3 4 5 6 7 891011>>