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

1 2 3 4 5 6 78 91011>>

  /external/clang/cmake/caches/
README.txt 0 CMake Caches
4 This directory contains CMake cache scripts that pre-populate the CMakeCache in
7 You can use the caches files with the following CMake invocation:
9 cmake -G <build system>
11 [additional CMake options (i.e. -DCMAKE_INSTALL_PREFIX=<install path>)]
31 The PGO CMake cache can be used to generate a multi-stage instrumented compiler.
32 You can configure your build directory with the following invocation of CMake:
34 cmake -G <generator> -C <path_to_clang>/cmake/caches/PGO.cmake <source dir
    [all...]
  /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
CMakeLists.txt 1 # For more information about using CMake with Android Studio, read the
4 # Sets the minimum version of CMake required to build the native library.
10 # You can define multiple libraries, and CMake builds them for you.
23 # variable. Because CMake includes system libraries in the search path by
25 # you want to add. CMake verifies that the library exists before
32 # you want CMake to locate.
35 # Specifies libraries CMake should link to your target library. You
  /external/llvm/runtimes/
CMakeLists.txt 10 # Find all subdirectories containing CMake projects
18 # If this file is acting as a top-level CMake invocation, this code path is
24 # Add the root project's CMake modules, and the LLVM build's modules to the
25 # CMake module path.
27 "${CMAKE_CURRENT_SOURCE_DIR}/../cmake"
28 "${CMAKE_CURRENT_SOURCE_DIR}/../cmake/Modules"
29 "${LLVM_BINARY_DIR}/lib/cmake/llvm"
32 # LLVMConfig.cmake contains a bunch of CMake variables from the LLVM build.
54 else() # if this is included from LLVM's CMake
    [all...]
  /external/eigen/
INSTALL 11 Method 1. Installing without using CMake
19 Method 2. Installing using CMake
28 cmake source_dir
34 by passing the -DCMAKE_INSTALL_PREFIX=myprefix option to cmake, as is
35 explained in the message that cmake prints at the end.
  /external/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+
33 ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/${FILE}.cpp
46 ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/${FILE}.cpp
  /external/libcxx/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+
33 ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/${FILE}.cpp
46 ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/${FILE}.cpp
  /external/vulkan-validation-layers/
build_windows_targets.bat 5 REM It uses CMake to genererate the project files and then invokes msbuild
11 REM None: Runs CMake and builds all 4 combinations
13 REM cmake (case insensitive): Deletes build and build32 and runs just CMake on both
14 REM 32: Deletes build32, runs CMake and builds 32-bit versions
15 REM 64: Deletes build, runs CMake and builds 64-bit versions
19 REM cmake: When specified, generate the CMake build files only - don't compile
24 REM -- deletes build, creates build, runs CMake and compiles 64-bit Debug and Release.
26 REM -- deletes build, creates build, runs CMake and compiles 64-bit Debug.
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
CMakeLists.txt 37 set(config_install_dir "lib/cmake/${PROJECT_NAME}")
41 set(version_config "${generated_dir}/${PROJECT_NAME}ConfigVersion.cmake")
42 set(project_config "${generated_dir}/${PROJECT_NAME}Config.cmake")
52 configure_file("${PROJECT_SOURCE_DIR}/cmake/Config.cmake.in" "${project_config}" @ONLY)
  /external/llvm/docs/
CMake.rst 2 Building LLVM with CMake
11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake
20 `Quick start`_ section. If you are a CMake novice, start with `Basic CMake usage`_
23 you already have experience with CMake, this is the recommended starting point.
25 This page is geared towards users of the LLVM CMake build. If you're looking for
26 information about modifying the LLVM CMake build system you may want to see the
27 :doc:`CMakePrimer` page. It has a basic overview of the CMake language
    [all...]
  /external/clang/tools/clang-format-vs/
README.txt 10 The extension is built using CMake by setting BUILD_CLANG_FORMAT_VS_PLUGIN=ON
13 The CMake build will copy clang-format.exe and LICENSE.TXT into the ClangFormat/
16 CMake once, it can be built manually from the ClangFormat.sln solution in Visual
  /external/eigen/cmake/
Eigen3ConfigLegacy.cmake.in 1 # -*- cmake -*-
3 # Eigen3Config.cmake(.in)
20 set ( EIGEN3_USE_FILE "${CMAKE_CURRENT_LIST_DIR}/UseEigen3.cmake" )
  /external/protobuf/cmake/
install.cmake 42 "\"${protobuf_SOURCE_DIR}/cmake/extract_includes.bat.in\" "
88 DESTINATION "lib/cmake/protobuf"
91 configure_file(protobuf-config.cmake.in
92 protobuf-config.cmake @ONLY)
93 configure_file(protobuf-config-version.cmake.in
94 protobuf-config-version.cmake @ONLY)
95 configure_file(protobuf-module.cmake.in
96 protobuf-module.cmake @ONLY)
99 "${protobuf_BINARY_DIR}/protobuf-config.cmake"
100 "${protobuf_BINARY_DIR}/protobuf-config-version.cmake"
    [all...]
README.md 1 This directory contains *CMake* files that can be used to build protobuf
5 You need to have [CMake](http://www.cmake.org), [Visual Studio](https://www.visualstudio.com)
31 If *cmake* command is not available from *Command Prompt*, add it to system *PATH* variable:
33 C:\Path\to>set PATH=%PATH%;C:\Program Files (x86)\CMake\bin
75 Now go to *cmake* folder in protobuf sources:
77 C:\Path\to\protobuf\gmock>cd ..\cmake
78 C:\Path\to\protobuf\cmake>
80 Good. Now you are ready to *CMake* configuration.
82 CMake Configuratio
    [all...]
  /external/flatbuffers/biicode/support/
bii-travis.sh 23 wget https://s3.amazonaws.com/biibinaries/thirdparty/cmake-3.0.2-Linux-64.tar.gz
24 tar -xzf cmake-3.0.2-Linux-64.tar.gz
25 sudo cp -fR cmake-3.0.2-Linux-64/* /usr
26 rm -rf cmake-3.0.2-Linux-64
27 rm cmake-3.0.2-Linux-64.tar.gz
29 cmake --version
  /external/google-benchmark/src/
CMakeLists.txt 40 set(config_install_dir "lib/cmake/${PROJECT_NAME}")
45 set(version_config "${generated_dir}/${PROJECT_NAME}ConfigVersion.cmake")
46 set(project_config "${generated_dir}/${PROJECT_NAME}Config.cmake")
57 configure_file("${PROJECT_SOURCE_DIR}/cmake/Config.cmake.in" "${project_config}" @ONLY)
58 configure_file("${PROJECT_SOURCE_DIR}/cmake/benchmark.pc.in" "${pkg_config}" @ONLY)
  /external/libcxx/utils/google-benchmark/src/
CMakeLists.txt 40 set(config_install_dir "lib/cmake/${PROJECT_NAME}")
45 set(version_config "${generated_dir}/${PROJECT_NAME}ConfigVersion.cmake")
46 set(project_config "${generated_dir}/${PROJECT_NAME}Config.cmake")
57 configure_file("${PROJECT_SOURCE_DIR}/cmake/Config.cmake.in" "${project_config}" @ONLY)
58 configure_file("${PROJECT_SOURCE_DIR}/cmake/benchmark.pc.in" "${pkg_config}" @ONLY)
  /external/deqp/framework/delibs/depool/
CMakeLists.txt 0 # cmake file for depool
4 message(FATAL_ERROR "Include Defs.cmake")
  /external/eigen/bench/btl/cmake/
FindBLAZE.cmake 8 # Adapted from FindEigen.cmake:
11 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
FindMTL4.cmake 8 # Adapted from FindEigen.cmake:
11 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
FindTvmet.cmake 8 # Adapted from FindEigen.cmake:
11 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
  /external/gflags/test/config/
main.cc 14 gflags::SetUsageMessage("Test CMake configuration of gflags library (gflags-config.cmake)");
  /external/swiftshader/third_party/LLVM/
ALL_BUILD.vcxproj.filters 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
  /external/swiftshader/third_party/LLVM/lib/Transforms/Hello/
LLVMHello.vcxproj.filters 13 <Filter>CMake Rules</Filter>
18 <Filter Include="CMake Rules">
  /external/brotli/
README.md 23 #### Autotools-style CMake
25 [configure-cmake](https://github.com/nemequ/configure-cmake) is an
26 autotools-style configure script for CMake-based projects (not supported on Windows).
31 $ ../configure-cmake
36 By default, debug binaries are built. To generate "release" `Makefile` specify `--disable-debug` option to `configure-cmake`.
42 #### CMake
47 $ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed ..
48 $ cmake --build . --config Release --target install
50 You can use other [CMake](https://cmake.org/) configuration
    [all...]
  /external/capstone/
.appveyor.yml 12 - cmake -DCMAKE_BUILD_TYPE=RELEASE -G "NMake Makefiles" ..

Completed in 1007 milliseconds

1 2 3 4 5 6 78 91011>>