Searched refs:cmake (Results 1 – 25 of 331) sorted by relevance
12345678910>>...14
/external/opencv3/cmake/ |
D | OpenCVGenConfig.cmake | 2 # Installation for CMake Module: OpenCVConfig.cmake 3 # Part 1/3: ${BIN_DIR}/OpenCVConfig.cmake -> For use *without* "make install" 4 # Part 2/3: ${BIN_DIR}/unix-install/OpenCVConfig.cmake -> For use with "make install" 5 # Part 3/3: ${BIN_DIR}/win-install/OpenCVConfig.cmake -> For use within binary installers/packages 61 # Part 1/3: ${BIN_DIR}/OpenCVConfig.cmake -> For use *without* "make install" 79 # the REPLACE here is needed, because OpenCVModules_armeabi.cmake includes 80 # OpenCVModules_armeabi-*.cmake, which would match OpenCVModules_armeabi-v7a*.cmake. 84 …GETS ${OpenCVModules_TARGETS} FILE "${CMAKE_BINARY_DIR}/OpenCVModules${modules_file_suffix}.cmake") 94 configure_file("${OpenCV_SOURCE_DIR}/cmake/templates/OpenCVConfig.cmake.in" "${CMAKE_BINARY_DIR}/Op… 96 …e_file("${OpenCV_SOURCE_DIR}/cmake/templates/OpenCVConfig-version.cmake.in" "${CMAKE_BINARY_DIR}/O… [all …]
|
D | OpenCVFindLibsPerf.cmake | 7 include("${OpenCV_SOURCE_DIR}/cmake/OpenCVDetectTBB.cmake") 12 include("${OpenCV_SOURCE_DIR}/cmake/OpenCVFindIPP.cmake") 22 include("${OpenCV_SOURCE_DIR}/cmake/OpenCVFindIPPAsync.cmake") 32 include("${OpenCV_SOURCE_DIR}/cmake/OpenCVDetectCUDA.cmake") 91 include("${OpenCV_SOURCE_DIR}/cmake/OpenCVDetectCStripes.cmake")
|
D | OpenCVExtraTargets.cmake | 5 "${OpenCV_SOURCE_DIR}/cmake/templates/cmake_uninstall.cmake.in" 6 "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" 9 …_CUSTOM_TARGET(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
|
/external/llvm/cmake/modules/ |
D | Makefile | 14 PROJ_cmake := $(DESTDIR)$(PROJ_prefix)/share/llvm/cmake 44 OBJMODS := LLVMConfig.cmake LLVMConfigVersion.cmake LLVMExports.cmake 62 $(PROJ_OBJ_DIR)/LLVMConfig.cmake: LLVMConfig.cmake.in Makefile $(LLVMBuildCMakeFrag) 102 $(PROJ_OBJ_DIR)/LLVMConfigVersion.cmake: LLVMConfigVersion.cmake.in Makefile 111 $(PROJ_OBJ_DIR)/LLVMExports.cmake: $(LLVMBuildCMakeExportsFrag) Makefile 126 CheckAtomic.cmake \ 127 GetHostTriple.cmake \ 128 LLVMBuildExports.cmake \ 129 LLVMConfig.cmake \ 130 LLVMConfigVersion.cmake \ [all …]
|
D | CMakeLists.txt | 1 set(LLVM_INSTALL_PACKAGE_DIR share/llvm/cmake) 6 FILE ${llvm_cmake_builddir}/LLVMExports.cmake) 16 # Generate LLVMConfig.cmake for the build tree. 33 set(LLVM_CONFIG_EXPORTS_FILE "${llvm_cmake_builddir}/LLVMExports.cmake") 35 LLVMConfig.cmake.in 36 ${llvm_cmake_builddir}/LLVMConfig.cmake 44 FILES_MATCHING PATTERN *.cmake 49 # Generate LLVMConfig.cmake for the install tree. 51 # Compute the installation prefix from this LLVMConfig.cmake file location. 64 set(LLVM_CONFIG_EXPORTS_FILE "\${LLVM_CMAKE_DIR}/LLVMExports.cmake") [all …]
|
D | CrossCompile.cmake | 9 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake) 11 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\"
|
/external/dbus/ |
D | README.cmake | 1 This file describes how to compile dbus using the cmake build system 5 - cmake version >= 2.4.4 see http://www.cmake.org 15 2. install cmake and libexpat 21 cmake -G "MinGW Makefiles" [<options, see below>] <dbus-src-root>/cmake 27 2. install cmake and libexpat 33 cmake -G "NMake Makefiles" [<options, see below>] <dbus-src-root>/cmake 39 2. install cmake and libexpat 45 cmake -G "Visual Studio 10" [<options, see below>] <dbus-src-root>/cmake 53 2. install cmake and libexpat 59 cmake -G "Visual Studio 10" [<options, see below>] <dbus-src-root>/cmake [all …]
|
/external/parameter-framework/upstream/cmake/ |
D | FindLibXml2.cmake | 29 # Wrapper around the official FindLibXml2.cmake in order to provide imported targets. 31 # See: https://cmake.org/cmake/help/git-master/manual/cmake-developer.7.html#find-modules 32 # See: https://cmake.org/gitweb?p=cmake.git;a=blob;f=Modules/FindGLUT.cmake 33 # for a modern Find<package>.cmake example 34 # TODO: make a real FindLibXml2.cmake in order to upstream it. 36 # More info on how to write Find*.cmake on: 37 # https://cmake.org/cmake/help/git-master/manual/cmake-developer.7.html#find-modules 39 # Remove this directory from CMAKE_MODULE_PATH for the call to the original FindLibXml2.cmake
|
/external/skia/tools/ |
D | xsan_build | 19 pushd $here/../third_party/externals/cmake 21 make -j $cores cmake 24 cmake=$here/../third_party/externals/cmake/bin/cmake 31 $cmake -DCMAKE_BUILD_TYPE=Release -G Ninja .. 45 $cmake -DLLVM_USE_SANITIZER=MemoryWithOrigins -DCMAKE_BUILD_TYPE=Release -G Ninja ..
|
/external/deqp/modules/ |
D | CMakeLists.txt | 2 include(glshared/glshared.cmake OPTIONAL) 3 include(gles2/gles2.cmake OPTIONAL) 4 include(gles3/gles3.cmake OPTIONAL) 5 include(gles31/gles31.cmake OPTIONAL) 6 include(egl/egl.cmake OPTIONAL) 9 include(internal/internal.cmake OPTIONAL)
|
/external/eigen/cmake/ |
D | language_support.cmake | 1 # cmake/modules/language_support.cmake 9 # On debian testing (cmake 2.6.2), I get return code zero when calling 10 # cmake the first time, but cmake crashes when running a second time 14 # CMake Error at /usr/share/cmake-2.6/Modules/CMakeFortranInformation.cmake:7 (GET_FILENAME_COMPON… 19 # My workaround is to invoke cmake twice. If both return codes are zero,
|
/external/google-benchmark/ |
D | .gitignore | 7 *.cmake 8 !/cmake/*.cmake 17 # cmake files. 21 cmake_install.cmake
|
/external/boringssl/src/util/bot/ |
D | DEPS | 33 '-s', 'boringssl/util/bot/cmake-linux64.tar.gz.sha1', 44 '-s', 'boringssl/util/bot/cmake-mac.tar.gz.sha1', 55 '-s', 'boringssl/util/bot/cmake-win32.zip.sha1', 102 'boringssl/util/bot/cmake-linux64.tar.gz', 103 'boringssl/util/bot/cmake-linux64/', 111 'boringssl/util/bot/cmake-mac.tar.gz', 112 'boringssl/util/bot/cmake-mac/', 120 'boringssl/util/bot/cmake-win32.zip', 121 'boringssl/util/bot/cmake-win32/',
|
/external/skia/cmake/ |
D | cmake_build | 23 pushd $here/../third_party/externals/cmake 25 make -j $cores cmake 31 $here/../third_party/externals/cmake/bin/cmake -DCMAKE_BUILD_TYPE=$BUILDTYPE $here -G Ninja
|
/external/opencv3/platforms/winrt/ |
D | readme.txt | 86 cmake [options] <path-to-source> 89 cmake -G "Visual Studio 12 2013" -DCMAKE_SYSTEM_NAME=WindowsPhone -DCMAKE_SYSTEM_VERSION=8.1 <path-… 92 cmake -G "Visual Studio 12 2013 ARM" -DCMAKE_SYSTEM_NAME=WindowsPhone -DCMAKE_SYSTEM_VERSION=8.1 <p… 95 cmake -G "Visual Studio 12 2013" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=8.1 <path-… 98 cmake -G "Visual Studio 12 2013 ARM" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=8.1 <p… 103 cmake -G "Visual Studio 12 2013" -DCMAKE_SYSTEM_NAME=WindowsPhone -DCMAKE_SYSTEM_VERSION=8.0 <path-… 106 cmake -G "Visual Studio 12 2013 ARM" -DCMAKE_SYSTEM_NAME=WindowsPhone -DCMAKE_SYSTEM_VERSION=8.0 <p… 109 cmake -G "Visual Studio 12 2013" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=8.0 <path-… 112 cmake -G "Visual Studio 12 2013 ARM" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=8.0 <p… 121 cmake -G "Visual Studio 12 2013" -DCMAKE_SYSTEM_NAME=WindowsPhone -DCMAKE_SYSTEM_VERSION=8.1 ../
|
/external/opencv3/ |
D | CMakeLists.txt | 5 # $ cmake <PATH_TO_OPENCV_ROOT> 11 include(cmake/OpenCVMinDepVersions.cmake) 19 #See details here: http://www.cmake.org/Wiki/CMake/Policies 73 # silence cmake 3.0+ warnings about reading LOCATION attribute 78 # silence cmake 3.0+ warnings about MACOSX_RPATH 94 include(cmake/OpenCVUtils.cmake) 109 include(cmake/OpenCVDetectCXXCompiler.cmake) 154 # OpenCV cmake options 281 include(cmake/OpenCVVersion.cmake) 383 set(OPENCV_CONFIG_INSTALL_PATH lib${LIB_SUFFIX}/cmake/opencv) [all …]
|
/external/boringssl/src/ |
D | BUILDING.md | 5 * [CMake](http://www.cmake.org/download/) 2.8.8 or later is required. 42 Using Ninja (note the 'N' is capitalized in the cmake invocation): 46 cmake -GNinja .. 53 cmake .. 56 You usually don't need to run `cmake` again after changing `CMakeLists.txt` 64 Intel in `util/`. Wipe out the build directory, recreate it and run `cmake` like 67 cmake -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja .. 84 directory. Clone https://github.com/taka-no-me/android-cmake into `util/`. Then 87 cmake -DANDROID_NATIVE_API_LEVEL=android-9 \ 89 -DCMAKE_TOOLCHAIN_FILE=../util/android-cmake/android.toolchain.cmake \ [all …]
|
/external/valgrind/docs/internals/ |
D | howto_BUILD_KDE42.txt | 37 of the cmake runs (below), as these tell you of missing libraries that 38 may screw up the build. After a cmake run, you may want to install 39 some supporting libs (through yast, etc) before re-running cmake. The 128 …rm -f CMakeCache.txt && cmake /path/to/source/tree/for/this/package -DCMAKE_INSTALL_PREFIX=$KDEINS… 159 rm -f CMakeCache.txt && cmake ~/trunk_kdesupport \ 168 rm -f CMakeCache.txt && cmake ~/trunk_KDE/kdelibs \ 177 rm -f CMakeCache.txt && cmake ~/trunk_KDE/kdepimlibs \ 186 rm -f CMakeCache.txt && cmake ~/trunk_KDE/kdebase/runtime \ 195 rm -f CMakeCache.txt && cmake ~/trunk_KDE/kdebase/workspace \ 204 rm -f CMakeCache.txt && cmake ~/trunk_KDE/kdebase/apps \ [all …]
|
/external/llvm/docs/ |
D | CMake.rst | 11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake 28 #. `Download <http://www.cmake.org/cmake/resources/software.html>`_ and install 47 $ cmake path/to/llvm/source/root 67 $ cmake --build . 69 The ``--build`` option tells ``cmake`` to invoke the underlying build 79 $ cmake --build . --target install 82 the ``--build`` option tells ``cmake`` to build the ``install`` target. 85 by invoking the ``cmake_install.cmake`` script generated in the 90 $ cmake -DCMAKE_INSTALL_PREFIX=/tmp/llvm -P cmake_install.cmake 102 online help accessible via the ``cmake`` executable itself. Execute ``cmake [all …]
|
/external/opencv3/doc/tutorials/introduction/crosscompilation/ |
D | arm_crosscompile_with_cmake.markdown | 58 …cmake [<some optional parameters>] -DCMAKE_TOOLCHAIN_FILE=<path to the OpenCV source directory>/pl… 60 Toolchain uses *gnueabihf* EABI convention by default. Add -DSOFTFP=ON cmake argument to switch 63 …cmake [<some optional parameters>] -DSOFTFP=ON -DCMAKE_TOOLCHAIN_FILE=<path to the OpenCV source d… 71 cmake -DCMAKE_TOOLCHAIN_FILE=../arm-gnueabi.toolchain.cmake ../../.. 87 cmake command line to enable code generation for VFPv3 and -DENABLE_NEON=ON for using NEON SIMD
|
/external/llvm/cmake/platforms/ |
D | Android.cmake | 7 # cmake ..; make 9 # cmake -DLLVM_ANDROID_TOOLCHAIN_DIR=/path/to/android/ndk \ 10 # -DCMAKE_TOOLCHAIN_FILE=../../cmake/platforms/Android.cmake ../..
|
/external/curl/docs/ |
D | INSTALL.cmake | 24 Missing features in the cmake build: 65 $ cmake ../curl 72 (The test suite does not work with the cmake build) 77 a curl use the instructions for the command line cmake, but substitute 78 ccmake ../curl for cmake ../curl. This will bring up a curses interface 83 cmake-gui 85 CMake also comes with a Qt based GUI called cmake-gui. To configure with 86 cmake-gui, you run cmake-gui and follow these steps:
|
/external/ceres-solver/cmake/ |
D | iOS.cmake | 1 # This file is part of the ios-cmake project. It was retrieved from 2 # https://github.com/cristeab/ios-cmake.git, which is a fork of 3 # https://code.google.com/p/ios-cmake/. Which in turn is based off of 4 # the Platform/Darwin.cmake and Platform/UnixPaths.cmake files which 7 # The ios-cmake project is licensed under the new BSD license. 40 # This file is based off of the Platform/Darwin.cmake and Platform/UnixPaths.cmake 68 # Thanks to the android-cmake project for providing the command 77 # Required as of cmake 2.8.10 80 # Determine the cmake host system version so we know where to find the iOS SDKs 125 # hack: if a new cmake (which uses CMAKE_INSTALL_NAME_TOOL) runs on an old build tree [all …]
|
/external/opencv3/doc/tutorials/introduction/linux_gcc_cmake/ |
D | linux_gcc_cmake.markdown | 6 - The easiest way of using OpenCV in your code is to use [CMake](http://www.cmake.org/). A few 11 [tutorial](http://www.cmake.org/cmake/help/cmake_tutorial.html) on its website. 52 @code{.cmake} 65 cmake .
|
/external/eigen/test/ |
D | testsuite.cmake | 7 # ctest -S path/to/eigen/test/testsuite.cmake[,option1=value1[,option2=value2]] 24 # - EIGEN_CMAKE_DIR: path to cmake executable 29 # - EIGEN_CMAKE_ARGS: additional arguments passed to cmake 32 # See http://www.cmake.org/cmake/help/cmake2.6docs.html#section_Generators for a complete 49 # wget http://bitbucket.org/eigen/eigen/raw/tip/test/testsuite.cmake -o $WORK_DIR/testsuite.cmake 50 # COMMON="ctest -S $WORK_DIR/testsuite.cmake,EIGEN_WORK_DIR=$WORK_DIR,EIGEN_SITE=$SITE,EIGEN_MODE=$… 153 # what cmake command to use for configuring this dashboard 154 SET (CTEST_CMAKE_COMMAND "${EIGEN_CMAKE_DIR}cmake -DEIGEN_LEAVE_TEST_IN_ALL_TARGET=ON")
|
12345678910>>...14