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

<<11121314151617181920>>

  /external/vulkan-validation-layers/tests/gtest-1.7.0/cmake/
internal_utils.cmake 15 # Tweaks CMake's default compiler/linker settings to suit Google Test's needs.
21 # For MSVC, CMake sets certain flags to defaults we want to override.
22 # This replacement code is taken from sample in the CMake Wiki at
23 # http://www.cmake.org/Wiki/CMake_FAQ#Dynamic_Replace.
33 # on CRT DLLs being available. CMake always defaults to using shared
56 # Newlines inside flags variables break CMake's NMake generator.
92 # CMake 2.8 changes Visual Age's compiler ID to "XL".
220 # directly bind it from cmake. ${CTEST_CONFIGURATION_TYPE} is known
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/cmake/
internal_utils.cmake 15 # Tweaks CMake's default compiler/linker settings to suit Google Test's needs.
21 # For MSVC, CMake sets certain flags to defaults we want to override.
22 # This replacement code is taken from sample in the CMake Wiki at
23 # http://www.cmake.org/Wiki/CMake_FAQ#Dynamic_Replace.
33 # on CRT DLLs being available. CMake always defaults to using shared
56 # Newlines inside flags variables break CMake's NMake generator.
92 # CMake 2.8 changes Visual Age's compiler ID to "XL".
220 # directly bind it from cmake. ${CTEST_CONFIGURATION_TYPE} is known
  /external/Microsoft-GSL/
README.md 46 * [CMake](http://cmake.org), version 3.1.3 or later to be installed and in your PATH.
56 2. Configure CMake to use the compiler of your choice (you can see a list by running `cmake --help`).
58 cmake -G "Visual Studio 14 2015" c:\GSL
62 cmake --build . --config Debug
  /external/google-benchmark/
CMakeLists.txt 6 CMP0054 # CMake 3.1
22 # Allow unmet dependencies to be met using CMake's ExternalProject mechanics, which
30 # Make sure we can import out CMake functions
31 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
32 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
46 # Import our CMake modules
  /external/libcxx/utils/google-benchmark/
CMakeLists.txt 6 CMP0054 # CMake 3.1
22 # Allow unmet dependencies to be met using CMake's ExternalProject mechanics, which
30 # Make sure we can import out CMake functions
31 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
32 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
46 # Import our CMake modules
  /external/parameter-framework/upstream/ctest/
CMakeLists.txt 44 # See http://www.cmake.org/Wiki/CMake/Testing_With_CTest#Dashboard_Preparation
48 configure_file(${CMAKE_CURRENT_LIST_DIR}/CTestCustom.cmake ${PROJECT_BINARY_DIR} COPYONLY)
53 # A cmake PROPERTY value is just a string.
58 # As a consequences cmake can not differentiate between a `;` that separates
89 # TODO: when cmake 3 will be used, split long lines with trailing backslash
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0/
gradle-core-3.0.0-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-beta6/
gradle-core-3.0.0-beta6-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-beta7/
gradle-core-3.0.0-beta7-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-rc1/
gradle-core-3.0.0-rc1-sources.jar 
  /external/vulkan-validation-layers/
BUILD.md 23 The build process uses CMake to generate makefiles for this project.
34 sudo apt-get install git cmake build-essential bison libx11-xcb-dev libxkbcommon-dev libmirclient-dev libwayland-dev libxrandr-dev
41 cmake -H. -Bdbuild -DCMAKE_BUILD_TYPE=Debug
46 If your build system supports ccache, you can enable that via cmake option `-DUSE_CCACHE=On`
65 If it is necessary to build these modules without support for one of the display systems, the appropriate CMake option of the form BUILD_WSI_xxx_SUPPORT can be set to OFF. See the top-level CMakeLists.txt file for more info.
98 You can further customize the installation location by setting additional CMake variables
107 on your CMake command line and run `make install` as before.
118 You can further customize the installation directories by using the CMake variables
122 See the CMake documentation for more details on using these variables
165 Finally, rebuild the repository using `cmake` and `make`, as explained above
    [all...]
  /external/llvm/docs/
GettingStartedVS.rst 50 You will also need the `CMake <http://www.cmake.org/>`_ build system since it
51 generates the project files you will use to build with. CMake 2.8.12.2 is the
53 version of CMake is recommended.
85 5. Use `CMake <http://www.cmake.org/>`_ to generate up-to-date project files:
87 * Once CMake is installed then the simplest way is to just start the
88 CMake GUI, select the directory where you have LLVM extracted to, and
96 * If CMake complains that it cannot find the compiler, make sure that
100 * See the :doc:`LLVM CMake guide <CMake>` for detailed information abou
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/
README.md 54 ### Using CMake ###
56 Google Test comes with a CMake build script (
58 cross-platform.). If you don't have CMake installed already, you can
59 download it for free from <http://www.cmake.org/>.
61 CMake works by generating native makefiles or build projects that can
67 cmake ${GTEST_DIR} # Generate native build scripts.
72 cmake -Dgtest_build_samples=ON ${GTEST_DIR}
85 Before settling on CMake, we have been providing hand-maintained build
188 link errors. If you use the CMake script or the deprecated Autotools
255 For that you can use CMake
    [all...]
  /external/compiler-rt/
CMakeLists.txt 0 # CMake build for CompilerRT.
23 # projects/compiler-rt/cmake/Modules/CompilerRTUtils.cmake:121 such that
30 "${CMAKE_CURRENT_SOURCE_DIR}/cmake"
31 "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules"
62 # Make use of LLVM CMake modules.
64 set(LLVM_CMAKE_PATH "${LLVM_BINARY_DIR_CMAKE_STYLE}/lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm")
67 include("${LLVM_CMAKE_PATH}/LLVMConfig.cmake")
78 or specify the PYTHON_EXECUTABLE CMake variable.")
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-alpha9/
gradle-core-3.0.0-alpha9-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-beta1/
gradle-core-3.0.0-beta1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-beta2/
gradle-core-3.0.0-beta2-sources.jar 
  /external/libcxx/cmake/Modules/
HandleLibcxxFlags.cmake 2 # and link libc++. These macros add flags to the following CMake variables.
11 # Mangle the name of a compiler flag into a valid CMake identifier.
24 # Remove a list of flags from all CMake variables that affect compile flags.
26 # or added in other parts of LLVM's cmake configuration.
203 # Turn a comma separated CMake list into a space separated string.
HandleOutOfTreeLLVM.cmake 11 set(LLVM_CMAKE_PATH "${LLVM_PATH}/cmake/modules")
52 "${LLVM_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm")
65 elseif (EXISTS "${LLVM_MAIN_SRC_DIR}/cmake/modules")
66 list(APPEND CMAKE_MODULE_PATH "${LLVM_MAIN_SRC_DIR}/cmake/modules")
69 message(WARNING "Neither ${LLVM_CMAKE_PATH} nor ${LLVM_MAIN_SRC_DIR}/cmake/modules found")
  /external/libcxx/docs/
BuildingLibcxx.rst 40 CMake is the only supported configuration system.
47 * ``cmake -G <generator> [options] <path to llvm sources>``
49 For more information about configuring libc++ see :ref:`CMake Options`.
60 careful not to replace it. Remember Use the CMake option ``CMAKE_INSTALL_PREFIX`` to
87 $ cmake -DLLVM_PATH=path/to/llvm \
103 CMake + Visual Studio
111 > cmake -G "Visual Studio 14 2015" ^
117 > cmake --build .
119 CMake + ninja
128 > cmake -G Ninja
    [all...]
  /external/libcxxabi/cmake/Modules/
HandleLibcxxabiFlags.cmake 2 # and link libc++abi. These macros add flags to the following CMake variables.
11 # Mangle the name of a compiler flag into a valid CMake identifier.
24 # Remove a list of flags from all CMake variables that affect compile flags.
26 # or added in other parts of LLVM's cmake configuration.
205 # Turn a comma separated CMake list into a space separated string.
HandleOutOfTreeLLVM.cmake 11 set(LLVM_CMAKE_PATH "${LLVM_PATH}/cmake/modules")
52 "${LLVM_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm")
65 elseif (EXISTS "${LLVM_MAIN_SRC_DIR}/cmake/modules")
66 list(APPEND CMAKE_MODULE_PATH "${LLVM_MAIN_SRC_DIR}/cmake/modules")
69 message(WARNING "Neither ${LLVM_CMAKE_PATH} nor ${LLVM_MAIN_SRC_DIR}/cmake/modules found")
  /external/libdivsufsort/
README.md 15 * [CMake](http://www.cmake.org/ "CMake") version 2.4.2 or newer
16 * CMake-supported build tool
34 $ cmake -DCMAKE_BUILD_TYPE="Release" \
  /external/llvm/utils/release/
build_llvm_package.bat 11 REM Visual Studio 2013, CMake, Ninja, SVN, GNUWin32,
56 cmake -GNinja %cmake_flags% ..\llvm || exit /b
66 cmake -GNinja %cmake_flags% -DBUILD_CLANG_FORMAT_VS_PLUGIN=ON ..\llvm || exit /b
80 cmake -GNinja %cmake_flags% ..\llvm || exit /b
90 cmake -GNinja %cmake_flags% ..\llvm || exit /b
  /external/shaderc/spirv-headers/
README.md 44 cmake ..
46 cmake --build . --target install-headers
48 cmake --build . --config Debug --target install-headers
54 `-DCMAKE_INSTALL_PREFIX=/other/path` on the first `cmake` command.
58 A CMake-based project can use the headers without installing, as follows:

Completed in 813 milliseconds

<<11121314151617181920>>