| /external/freetype/builds/cmake/ |
| iOS.cmake | 1 # iOS.cmake 15 # This file is derived from the files `Platform/Darwin.cmake' and 16 # `Platform/UnixPaths.cmake', which are part of CMake 2.8.4. It has been 63 # iOS environment. Thanks to the `android-cmake' project for providing 74 # required as of cmake 2.8.10 79 # determine the cmake host system version so we know where to find the iOS 131 # hack: If a new cmake (which uses CMAKE_INSTALL_NAME_TOOL) runs on an old 133 # CMAKE_INSTALL_NAME_TOOL isn't in the cache and still cmake didn't 134 # fail in `CMakeFindBinUtils.cmake' (because it isn't rerun), hardcod [all...] |
| /external/google-breakpad/src/testing/gtest/ |
| CMakeLists.txt | 2 # CMake build script for Google Test. 8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to 26 include(cmake/hermetic_build.cmake OPTIONAL) 38 # CMake files in this project can refer to the root source directory 50 include(cmake/internal_utils.cmake) 52 config_compiler_and_linker() # Defined in internal_utils.cmake. 80 # or specifying the -Dbuild_gtest_samples=ON flag when running cmake. 104 # or specifying the -Dgtest_build_tests=ON flag when running cmake [all...] |
| /external/v8/testing/gmock/ |
| CMakeLists.txt | 2 # CMake build script for Google Mock. 8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to 22 include("${gtest_dir}/cmake/hermetic_build.cmake" OPTIONAL) 36 # CMake files in this project can refer to the root source directory 47 # Instructs CMake to process Google Test's CMakeLists.txt and add its 56 config_compiler_and_linker() # from ${gtest_dir}/cmake/internal_utils.cmake 67 # Compiler version(MS) version(cmake) Support 104 # or specifying the -Dgmock_build_tests=ON flag when running cmake [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/ |
| CMakeLists.txt | 2 # CMake build script for Google Test. 8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to 26 include(cmake/hermetic_build.cmake OPTIONAL) 38 # CMake files in this project can refer to the root source directory 50 include(cmake/internal_utils.cmake) 52 config_compiler_and_linker() # Defined in internal_utils.cmake. 80 # or specifying the -Dgtest_build_samples=ON flag when running cmake. 104 # or specifying the -Dgtest_build_tests=ON flag when running cmake [all...] |
| /external/clang/www/ |
| get_started.html | 45 <li>Standard build process uses CMake. Get it at: 46 <a href="http://www.cmake.org/download"> 47 http://www.cmake.org/download</a></li> 91 <li><tt>cmake -G "Unix Makefiles" ../llvm</tt></li> 96 <li>CMake allows you to generate project files for several IDEs: Xcode, 99 <a href="http://llvm.org/docs/CMake.html">Building LLVM with CMake</a> 109 scenarios, you can use the <tt>-DGCC_INSTALL_PREFIX</tt> cmake option 152 <li><b>CMake</b>. This is used for generating Visual Studio solution and 154 <a href="http://www.cmake.org/cmake/resources/software.html" [all...] |
| /external/deqp/framework/delibs/cmake/ |
| Defs.cmake | 2 # drawElements CMake utilities 25 # include(delibs/cmake/Defs.cmake NO_POLICY_SCOPE) 31 # cmake files can use DE_DEFS variable to check that this file has been included 72 message(FATAL_ERROR "CMake C and CXX compilers do not match. Both or neither must be GNU.") 74 message(FATAL_ERROR "CMake C and CXX compilers do not match. Both or neither must be Clang.") 129 # \note [petri] Re-wrote in this ugly manner, because CMake 2.6 seems to
|
| /external/gflags/ |
| INSTALL.md | 14 Compiling the source code with CMake 17 The build system of gflags is since version 2.1 based on [CMake](http://cmake.org). 22 3. Run CMake to configure the build tree. 38 - Set CMAKE_INSTALL_PREFIX and other CMake variables and options. 46 In the following, only gflags-specific CMake settings available to 52 CMake Option | Description
|
| /external/parameter-framework/upstream/ |
| CMakeLists.txt | 29 # Known to work with CMake 3.2.2, might work with older 3.x versions, will not 31 # Visual Studio 14 needs 3.3.0; see https://cmake.org/Bug/print_bug_page.php?bug_id=15552 54 include(SetVersion.cmake) 56 # Add FindLibXml2.cmake in cmake path so that `find_package(LibXml2)` will 58 list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_CURRENT_LIST_DIR}/cmake") 61 # By default cmake adds a warning level.
|
| /external/tensorflow/tensorflow/examples/android/ |
| build.gradle | 17 // The cmake build only creates libtensorflow_demo.so. In this situation, 42 // set to 'bazel', 'cmake', 'makefile', 'none' 49 // The CMake build has only been tested with armeabi-v7a; others may not work. 82 if (nativeBuildSystem == 'cmake') { 91 cmake { 97 cmake { 191 if (nativeBuildSystem == 'cmake' || nativeBuildSystem == 'none') {
|
| /external/deqp/ |
| CMakeLists.txt | 1 # dEQP cmake file 10 include(targets/${DEQP_TARGET}/${DEQP_TARGET_TOOLCHAIN}.cmake NO_POLICY_SCOPE) 15 include(framework/delibs/cmake/Defs.cmake NO_POLICY_SCOPE) 16 include(framework/delibs/cmake/CFlags.cmake) 51 include(targets/${DEQP_TARGET}/${DEQP_TARGET}.cmake) 68 # CMake files expect the non-standard PNG_INCLUDE_PATH and PNG_LIBRARY. Set the 70 # CMake files.
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
| INDEX | 1 CMakeLists.txt cmake build file
14 zconf.h.cmakein zconf.h template for cmake
20 zlib.pc.cmakein zlib.pc template for cmake
|
| /external/libjpeg-turbo/sharedlib/ |
| CMakeLists.txt | 2 # be built in this subdirectory, because CMake doesn't allow us to override 4 # to CMake developers: Add a COMPILE_FLAGS_<CONFIG> target property, or 23 # This tells CMake that the "source" files haven't been generated yet
|
| /external/llvm/bindings/go/ |
| README.txt | 8 * CMake (to build LLVM). 39 Any command line arguments supplied to the script are passed to LLVM's CMake 44 Note that CMake keeps a cache of build settings so once you have built
|
| /external/llvm/docs/ |
| HowToCrossCompileLLVM.rst | 19 In this use case, we'll be using CMake and Ninja, on a Debian-based Linux 25 * ``cmake`` 35 Configuring CMake 38 For more information on how to configure CMake for LLVM/Clang, 39 see :doc:`CMake`. 41 The CMake options you need to add are: 93 running CMake: 108 But the CMake prepare step, which checks for 139 Running CMake and Building 146 $ cmake -G Ninja <source-dir> <options above [all...] |
| /external/python/cpython2/Modules/zlib/ |
| INDEX | 1 CMakeLists.txt cmake build file 14 zconf.h.cmakein zconf.h template for cmake 20 zlib.pc.cmakein zlib.pc template for cmake
|
| /external/python/cpython3/Modules/zlib/ |
| INDEX | 1 CMakeLists.txt cmake build file 14 zconf.h.cmakein zconf.h template for cmake 20 zlib.pc.cmakein zlib.pc template for cmake
|
| /external/skia/infra/bots/assets/clang_linux/ |
| create.py | 21 # CMake will sometimes barf if we pass it a relative path. 43 subprocess.check_call(["cmake", "..", "-G", "Ninja", 61 subprocess.check_call(["cmake", "..", "-G", "Ninja",
|
| /external/skqp/infra/bots/assets/clang_linux/ |
| create.py | 21 # CMake will sometimes barf if we pass it a relative path. 43 subprocess.check_call(["cmake", "..", "-G", "Ninja", 61 subprocess.check_call(["cmake", "..", "-G", "Ninja",
|
| /external/swiftshader/docs/ |
| Subzero.md | 9 SwiftShader contains a fork of the Subzero source code (at the time of writing they are in sync). It is an alternative JIT compiler back-end, with LLVM still being the default for CMake builds. To build SwiftShader with Subzero instead of LLVM, specify -DREACTOR_BACKEND=Subzero in your CMake command (or change LLVM to Subzero in the CMake GUI). For Chrome builds that use the BUILD.gn files, Subzero is the default as it produces significantly smaller binaries than with LLVM.
|
| /external/tensorflow/tensorflow/tools/ci_build/linux/cmake/ |
| run.sh | 21 # Run TensorFlow cmake build. 29 cmake -DCMAKE_BUILD_TYPE=Release ../tensorflow/contrib/cmake
|
| /external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/ |
| run_py.bat | 10 :: - CMake 31 :: Run the CMAKE build to build the pip package. 32 CALL %REPO_ROOT%\tensorflow\tools\ci_build\windows\cpu\cmake\run_build.bat
|
| /external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/ |
| run_py.bat | 10 :: - CMake 31 :: Run the CMAKE build to build the pip package. 32 CALL %REPO_ROOT%\tensorflow\tools\ci_build\windows\gpu\cmake\run_build.bat
|
| /external/zlib/src/ |
| INDEX | 1 CMakeLists.txt cmake build file 14 zconf.h.cmakein zconf.h template for cmake 20 zlib.pc.cmakein zlib.pc template for cmake
|
| /toolchain/binutils/binutils-2.27/zlib/ |
| INDEX | 1 CMakeLists.txt cmake build file 14 zconf.h.cmakein zconf.h template for cmake 20 zlib.pc.cmakein zlib.pc template for cmake
|
| /external/googletest/googletest/ |
| 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 64 into an existing CMake build for another project. 66 #### Standalone CMake Project #### 73 cmake ${GTEST_DIR} # Generate native build scripts. 78 cmake -Dgtest_build_samples=ON ${GTEST_DIR} 89 #### Incorporating Into An Existing CMake Project ### [all...] |