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

<<11121314151617181920>>

  /external/harfbuzz_ng/.circleci/
config.yml 10 - run: dnf install -y gcc ragel cmake make which glib2-devel freetype-devel cairo-devel libicu-devel graphite2-devel wget tar bzip2 || true
12 - run: CC=/root/project/OracleDeveloperStudio12.6-linux-x86-bin/developerstudio12.6/bin/suncc CXX=/root/project/OracleDeveloperStudio12.6-linux-x86-bin/developerstudio12.6/bin/sunCC cmake -DHB_HAVE_GRAPHITE2=ON -DHB_BUILTIN_UCDN=ON -DHB_HAVE_GLIB=ON -DHB_HAVE_ICU=ON -DHB_HAVE_FREETYPE=ON -Bbuild -H.
47 - run: cmake -DHB_HAVE_FREETYPE=ON -DHB_HAVE_GRAPHITE2=ON -DHB_BUILTIN_UCDN=ON -DHB_HAVE_GLIB=ON -DHB_HAVE_ICU=ON -DHB_BUILD_UTILS=ON -Bbuild -H. -GNinja
68 - run: cmake -Bbuild -H. -GNinja -DCMAKE_TOOLCHAIN_FILE=/usr/local/vitasdk/share/vita.toolchain.cmake && ninja -Cbuild
76 - run: cmake -Bbuild -H. -GNinja && ninja -Cbuild
84 - run: cmake -Bbuild -H. -GNinja && ninja -Cbuild
92 - run: cmake -Bbuild -H. -GNinja && ninja -Cbuild
100 - run: cmake -Bbuild -H. -GNinja && ninja -Cbuild
108 - run: cmake -Bbuild -H. -GNinja && ninja -Cbuil
    [all...]
  /external/parameter-framework/upstream/
appveyor.yml 23 # Instruct cmake were to find external dependencies
25 # Tell CMake where to install
31 - cinst cmake.portable wget 7zip.commandline
69 - cmake -G "NMake Makefiles" -DPYTHON_BINDINGS=OFF -DCMAKE_PREFIX_PATH="%PREFIX_PATH%;%DEBUG_LIBXML2_PATH%" ..\..
70 - cmake --build . --config debug
77 - cmake -G "Visual Studio 14 2015 Win64" -DPYTHON_BINDINGS=OFF -DCMAKE_PREFIX_PATH="%PREFIX_PATH%;%RELEASE_LIBXML2_PATH%" -DCMAKE_INSTALL_PREFIX=%INSTALL% ..\..
79 - cmake --build . --config release
81 - cmake --build . --config release --target install
91 - cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=%INSTALL% -DCMAKE_PREFIX_PATH=%INSTALL% %APPVEYOR_BUILD_FOLDER%\skeleton-subsystem
95 - cmake --build . --config release --target instal
    [all...]
README.md 76 - CMake (v3.2.2 or later) (v3.3.0 or later on Windows);
107 **To list all available configuration options, try** `cmake -L` (you may also
112 If you are already familiar with CMake, you know what to do.
114 Run `cmake .` then `make`. You may then install libraries, headers and
117 directory, you may do so by passing it to the `cmake .` command; e.g.
119 # Always use absolute paths in CMake "-D" options: you don't know where
121 cmake -DCMAKE_INSTALL_PREFIX=/path/to/custom/install .
127 cmake -DCMAKE_PREFIX_PATH='/path/to/dependency1/;/path/to/dependency2/'
129 For more information on how to use `CMAKE_PREFIX_PATH`, see CMake's
132 Also, CMake can build a project out-of-tree, which is the recommended method
    [all...]
  /external/Microsoft-GSL/
.travis.yml 8 - ${TRAVIS_BUILD_DIR}/deps/cmake
104 # Install a recent CMake (unless already installed on OS X)
108 if [[ -z "$(ls -A ${DEPS_DIR}/cmake/bin)" ]]; then
109 CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.tar.gz"
110 mkdir -p cmake && travis_retry wget --no-check-certificate --quiet -O - "${CMAKE_URL}" | tar --strip-components=1 -xz -C cmake
112 export PATH="${DEPS_DIR}/cmake/bin:${PATH}"
114 if ! brew ls --version cmake &>/dev/null; then brew install cmake; f
    [all...]
  /external/googletest/googlemock/
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
52 # Instructs CMake to process Google Test's CMakeLists.txt and add its
61 config_compiler_and_linker() # from ${gtest_dir}/cmake/internal_utils.cmake
72 # Compiler version(MS) version(cmake) Support
102 # If the CMake version supports it, attach header directory informatio
    [all...]
  /external/gflags/
CMakeLists.txt 0 ## CMake configuration file of gflags project
5 ## can be overridden either on the CMake command-line using the -D option of
6 ## the cmake command or in a super-project which includes the gflags source
7 ## tree by setting the GFLAGS_<varname> CMake variables before adding the
8 ## gflags source directory via CMake's "add_subdirectory" command. Only when
10 ## these configuration variables are added to the CMake cache so they can be
11 ## edited in the CMake GUI. By default, GFLAGS_IS_SUBPROJECT is set to TRUE when
81 include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake/utils.cmake")
95 # C language still needed because the following required CMake module
    [all...]
  /external/valgrind/docs/internals/
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=$KDEINST -DCMAKE_BUILD_TYPE=debugfull -DLIB_SUFFIX=64 -DQT_QMAKE_EXECUTABLE=$KDEINST/bin/qmake
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/googletest/googletest/docs/
Pkgconfig.md 18 ### CMake ###
20 Using `pkg-config` in CMake is fairly easy:
127 tutorial and you try to run `cmake`. It is very possible that you get a
132 CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:640 (message):
  /external/jsoncpp/
CMakeLists.txt 9 OPTION(JSONCPP_WITH_CMAKE_PACKAGE "Generate and install cmake package files" OFF)
11 # Ensures that CMAKE_BUILD_TYPE is visible in cmake-gui on Unix
28 SET(PACKAGE_INSTALL_DIR lib/cmake
29 CACHE PATH "Install dir for cmake package config files")
73 # File version.h is only regenerated on CMake configure step
110 FILE jsoncppConfig.cmake)
  /external/eigen/
CMakeLists.txt 8 message(FATAL_ERROR "In-source builds not allowed. Please make a new directory (called a build directory) and run CMake from there. You may need to remove CMakeCache.txt. ")
45 # but won't stop CMake.
65 set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
383 "${CMAKE_INSTALL_DATADIR}/eigen3/cmake"
384 CACHE PATH "The directory relative to CMAKE_PREFIX_PATH where Eigen3Config.cmake is installed"
396 # if the property wasn't previously set, ${previous} is now "previous-NOTFOUND" which cmake allows catching with plain if()
442 set (CMAKE_MODULE_PATH "${CMAKE_ROOT}/Modules" "cmake/Modules/" "${CMAKE_MODULE_PATH}")
462 configure_file(scripts/cdashtesting.cmake.in cdashtesting.cmake @ONLY)
487 message(STATUS " | cmake . -DCMAKE_INSTALL_PREFIX=yourprefix"
    [all...]
  /external/cn-cbor/
README.md 27 [`cmake`](http://www.cmake.org)-based build environment.
30 Building with `cmake`:
  /external/curl/docs/libcurl/
CMakeLists.txt 2 transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
3 include("${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
32 # "BYPRODUCTS" for add_custom_command requires CMake 3.2. For now hope that
  /external/flatbuffers/
CMakeLists.txt 164 include(biicode/cmake/biicode.cmake)
255 set(FB_CMAKE_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/flatbuffers")
258 FILES "CMake/FlatbuffersConfig.cmake"
277 FILE FlatbuffersTargets.cmake
292 FILE FlatcTargets.cmake
319 FILE FlatbuffersSharedTargets.cmake
334 include(CMake/BuildFlatBuffers.cmake)
    [all...]
  /external/gflags/test/
gflags_build.py.in 8 CMAKE = '@CMAKE_COMMAND@'
29 if subprocess.call([CMAKE, '-DCMAKE_BUILD_TYPE:STRING='+CMAKE_BUILD_TYPE,
35 exit_code = subprocess.call([CMAKE, '--build', bindir, '--config', CMAKE_BUILD_TYPE], cwd=bindir)
  /external/tensorflow/tensorflow/tools/ci_build/builds/
cmake.sh 38 # Run TensorFlow cmake build.
46 cmake -DCMAKE_BUILD_TYPE=Release ../tensorflow/contrib/cmake
  /external/boringssl/src/util/bot/
DEPS 58 '-s', 'boringssl/util/bot/cmake-linux64.tar.gz.sha1',
67 'boringssl/util/bot/cmake-linux64.tar.gz',
68 'boringssl/util/bot/cmake-linux64/',
80 '-s', 'boringssl/util/bot/cmake-mac.tar.gz.sha1',
89 'boringssl/util/bot/cmake-mac.tar.gz',
90 'boringssl/util/bot/cmake-mac/',
102 '-s', 'boringssl/util/bot/cmake-win32.zip.sha1',
111 'boringssl/util/bot/cmake-win32.zip',
112 'boringssl/util/bot/cmake-win32/',
  /external/compiler-rt/lib/tsan/
check_cmake.sh 11 CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
  /external/curl/src/
CMakeLists.txt 39 transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
40 include(${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake)
81 APPEND FILE ${PROJECT_BINARY_DIR}/curl-target.cmake
86 FILE curl-target.cmake
  /external/flatbuffers/grpc/
README.md 10 `FLATBUFFERS_BUILD_GRPCTEST` option to the main FlatBuffers CMake project.
  /external/gflags/cmake/
utils.cmake 1 ## Utility CMake functions.
58 # on the CMake command-line or the super-project by setting the GFLAGS_<varname>
60 # the variable is not added to the CMake cache. Otherwise it is cached.
63 # (see the CMake documentation for the macro command)
89 # (see the CMake documentation for the macro command)
152 # do as well, but CMake/CTest does not allow us to specify an
153 # expected exit status. Moreover, the execute_test.cmake script
164 -P "${PROJECT_SOURCE_DIR}/cmake/execute_test.cmake"
170 ## Register installed package with CMake
    [all...]
  /external/google-breakpad/src/testing/
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
94 # or specifying the -Dgmock_build_tests=ON flag when running cmake.
  /external/libcxx/docs/
README.txt 7 To build the documents into html configure libc++ with the following cmake options:
  /external/libunwind_llvm/docs/
BuildingLibunwind.rst 34 CMake is the only supported configuration system.
41 * ``cmake -G <generator> [options] <path to llvm sources>``
43 For more information about configuring libunwind see :ref:`CMake Options`.
53 not to replace it. Remember Use the CMake option ``CMAKE_INSTALL_PREFIX`` to
71 $ cmake -DLLVM_PATH=path/to/llvm \
78 CMake Options
81 Here are some of the CMake variables that are used often, along with a
83 CMake docs or execute ``cmake --help-variable VARIABLE_NAME``.
  /external/llvm/cmake/modules/
FindSphinx.cmake 0 # CMake find_package() Module for Sphinx documentation generator
  /external/pdfium/third_party/libopenjpeg20/
opj_config.h.cmake.in 1 /* create opj_config.h for CMake */

Completed in 1123 milliseconds

<<11121314151617181920>>