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

<<21222324252627282930>>

  /external/flatbuffers/samples/
go_sample.sh 18 # and 'flatc' to be built (using `cmake` in the root directory).
30 # Run `flatc`. Note: This requires you to compile using `cmake` from the
java_sample.sh 18 # and `flatc` to be built (using `cmake` in the root directory).
30 # Run `flatc`. Note: This requires you to compile using `cmake` from the
  /external/gflags/cmake/
package.cmake.in 2 # http://www.cmake.org/cmake/help/v2.8.12/cpack.html#variable:CPACK_PROJECT_CONFIG_FILE
  /external/googletest/googletest/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
63 # Newlines inside flags variables break CMake's NMake generator.
114 # CMake 2.8 changes Visual Age's compiler ID to "XL".
264 # directly bind it from cmake. ${CTEST_CONFIGURATION_TYPE} is known
  /external/libcxx/
appveyor.yml 53 - cmake -G "%GENERATOR%" %CMAKE_OPTIONS%
77 - C:\projects\deps\cmake
  /external/libjpeg-turbo/
BUILDING.md 255 Use CMake (see recipes below)
547 - [CMake](http://www.cmake.org) v2.8.11 or later
591 which CMake is executed (the "binary directory"), and this directory need not
603 NOTE: The build procedures below assume that CMake is invoked from the command
604 line, but all of these procedures can be adapted to the CMake GUI as
611 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory}
643 Choose the appropriate CMake generator option for your version of Visual Studio
644 (run `cmake` with no arguments for a list of available generators.) Fo
    [all...]
  /external/llvm/docs/
README.txt 15 cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_HTML=true <src-dir>
36 cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_MAN=true <src-dir>
  /external/parameter-framework/upstream/asio/
CMakeLists.txt 36 # Hide this variable from CMake GUIs and `cmake -L`
  /external/swiftshader/third_party/LLVM/lib/Transforms/Hello/
LLVMHello.vcxproj 154 "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
166 "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
178 "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
190 "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -H../../.. -B../../.. --check-stamp-file CMakeFiles\generate.stamp
  /external/tensorflow/tensorflow/contrib/android/cmake/
build.gradle 24 cmake {
41 cmake {
  /external/tensorflow/tensorflow/contrib/cmake/external/
jemalloc.cmake 18 set(jemalloc_URL https://mirror.bazel.build/github.com/jemalloc/jemalloc-cmake/archive/jemalloc-cmake.4.3.1.tar.gz)
  /external/v8/testing/gtest/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.
107 # CMake 2.8 changes Visual Age's compiler ID to "XL".
235 # directly bind it from cmake. ${CTEST_CONFIGURATION_TYPE} is known
  /external/vulkan-validation-layers/build-android/cmake/
README.md 1 Build Validation Layers with Android CMake Plugin
27 project(':layerLib').projectDir = new File('/path/to/cmake/layerlib')
  /prebuilts/gdb/darwin-x86/
repo.prop 18 platform/prebuilts/cmake/darwin-x86 289589930105f9db21313bfd5aaa4a5fe02509e5
19 platform/prebuilts/cmake/linux-x86 ee96b2ec399702e23faee15863fed3ae33144fdd
  /prebuilts/gdb/linux-x86/
repo.prop 18 platform/prebuilts/cmake/darwin-x86 289589930105f9db21313bfd5aaa4a5fe02509e5
19 platform/prebuilts/cmake/linux-x86 ee96b2ec399702e23faee15863fed3ae33144fdd
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
appveyor.yml 53 - cmake -G "%GENERATOR%" %CMAKE_OPTIONS%
77 - C:\projects\deps\cmake
  /external/curl/
CMakeLists.txt 22 # curl/libcurl CMake script
28 # Add INSTALL target (EXTRA_DIST variables in Makefile.am may be moved to Makefile.inc so that CMake/CPack is aware of what's to include).
32 # Create scripts that help keeping the CMake build system up to date (to reduce maintenance). According to Tetetest:
39 # (From Daniel Stenberg) The cmake build selected to run gcc with -fPIC on my box while the plain configure script did not.
42 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}")
50 message(WARNING "the curl cmake build system is poorly maintained. Be aware")
263 include(${CMAKE_CURRENT_SOURCE_DIR}/CMake/Platforms/WindowsCache.cmake)
558 option(CMAKE_USE_GSSAPI "Use GSSAPI implementation (right now only Heimdal is supported with CMake build)" OFF)
    [all...]
  /external/cn-cbor/cmake/
CoverallsGenerateGcov.cmake 22 # This is intended to be run by a custom target in a CMake project like this.
29 # via the COV_PATH var. This should probably be the same as your cmake build dir.
34 # Example for running as standalone CMake script from the command line:
36 # $ cmake -DCOV_PATH=$(pwd)
38 # -P ../cmake/CoverallsGcovUpload.cmake
62 # Since it's not possible to pass a CMake list properly in the
65 # CMake list format.
269 # because CMake will fail to parse a line containing unmatched brackets...
284 # which also happens to be the same as the CMake list delimeter)
    [all...]
  /external/protobuf/gtest/
CMakeLists.txt 2 # Experimental CMake build script for Google Test.
11 # For hermetic builds, we may need to tell CMake to use compiler in a
25 # CMake files in this project can refer to the root source directory
33 # For MSVC, CMake sets certain flags to defaults we want to override.
34 # This replacement code is taken from sample in the CMake Wiki at
35 # http://www.cmake.org/Wiki/CMake_FAQ#Dynamic_Replace.
66 # Newlines inside flags variables break CMake's NMake generator.
90 # CMake 2.8 changes Visual Age's compiler ID to "XL".
156 # or specifying the -Dbuild_gtest_samples=ON flag when running cmake.
206 # or specifying the -Dbuild_all_gtest_tests=ON flag when running cmake
    [all...]
README 56 Also, you'll need CMake 2.6.4 or higher if you want to build the
57 samples using the provided CMake script, regardless of the platform.
68 * CMake 2.6.4 or newer
156 ### Using CMake ###
158 Google Test comes with a CMake build script (CMakeLists.txt) that can
160 If you don't have CMake installed already, you can download it for
161 free from http://www.cmake.org/.
163 CMake works by generating native makefiles or build projects that can
169 cmake ${GTEST_DIR} # Generate native build scripts.
174 cmake -Dbuild_gtest_samples=ON ${GTEST_DIR
    [all...]
  /external/google-breakpad/src/testing/gtest/
README 56 Also, you'll need CMake 2.6.4 or higher if you want to build the
57 samples using the provided CMake script, regardless of the platform.
68 * CMake 2.6.4 or newer
156 ### Using CMake ###
158 Google Test comes with a CMake build script (CMakeLists.txt) that can
160 If you don't have CMake installed already, you can download it for
161 free from http://www.cmake.org/.
163 CMake works by generating native makefiles or build projects that can
169 cmake ${GTEST_DIR} # Generate native build scripts.
174 cmake -Dgtest_build_samples=ON ${GTEST_DIR
    [all...]
  /external/v8/testing/gtest/
README 56 Also, you'll need CMake 2.6.4 or higher if you want to build the
57 samples using the provided CMake script, regardless of the platform.
68 * CMake 2.6.4 or newer
157 ### Using CMake ###
159 Google Test comes with a CMake build script (CMakeLists.txt) that can
161 If you don't have CMake installed already, you can download it for
162 free from http://www.cmake.org/.
164 CMake works by generating native makefiles or build projects that can
170 cmake ${GTEST_DIR} # Generate native build scripts.
175 cmake -Dgtest_build_samples=ON ${GTEST_DIR
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
README 56 Also, you'll need CMake 2.6.4 or higher if you want to build the
57 samples using the provided CMake script, regardless of the platform.
68 * CMake 2.6.4 or newer
157 ### Using CMake ###
159 Google Test comes with a CMake build script (CMakeLists.txt) that can
161 If you don't have CMake installed already, you can download it for
162 free from http://www.cmake.org/.
164 CMake works by generating native makefiles or build projects that can
170 cmake ${GTEST_DIR} # Generate native build scripts.
175 cmake -Dgtest_build_samples=ON ${GTEST_DIR
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/
README 56 Also, you'll need CMake 2.6.4 or higher if you want to build the
57 samples using the provided CMake script, regardless of the platform.
68 * CMake 2.6.4 or newer
157 ### Using CMake ###
159 Google Test comes with a CMake build script (CMakeLists.txt) that can
161 If you don't have CMake installed already, you can download it for
162 free from http://www.cmake.org/.
164 CMake works by generating native makefiles or build projects that can
170 cmake ${GTEST_DIR} # Generate native build scripts.
175 cmake -Dgtest_build_samples=ON ${GTEST_DIR
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/
README 56 Also, you'll need CMake 2.6.4 or higher if you want to build the
57 samples using the provided CMake script, regardless of the platform.
68 * CMake 2.6.4 or newer
157 ### Using CMake ###
159 Google Test comes with a CMake build script (CMakeLists.txt) that can
161 If you don't have CMake installed already, you can download it for
162 free from http://www.cmake.org/.
164 CMake works by generating native makefiles or build projects that can
170 cmake ${GTEST_DIR} # Generate native build scripts.
175 cmake -Dgtest_build_samples=ON ${GTEST_DIR
    [all...]

Completed in 1310 milliseconds

<<21222324252627282930>>