HomeSort by relevance Sort by last modified time
    Searched refs:cmake (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/eigen/scripts/
debug.in 3 cmake -DCMAKE_BUILD_TYPE=Debug .
release.in 3 cmake -DCMAKE_BUILD_TYPE=Release .
eigen_gen_docs 14 (cd build && cmake .. && make doc) || { echo "make failed"; exit 1; }
  /external/flatbuffers/biicode/support/
bii-travis.sh 23 wget https://s3.amazonaws.com/biibinaries/thirdparty/cmake-3.0.2-Linux-64.tar.gz
24 tar -xzf cmake-3.0.2-Linux-64.tar.gz
25 sudo cp -fR cmake-3.0.2-Linux-64/* /usr
26 rm -rf cmake-3.0.2-Linux-64
27 rm cmake-3.0.2-Linux-64.tar.gz
29 cmake --version
  /external/fmtlib/support/cmake/
run-cmake.bat 2 rem This scripts configures build environment and runs CMake.
3 rem Use it instead of running CMake directly when building with
5 rem It is used in the same way as cmake, for example:
7 rem run-cmake -G "Visual Studio 10 Win64" .
9 for /F "delims=" %%i IN ('cmake "-DPRINT_PATH=1" -P %~dp0/FindSetEnv.cmake') DO set setenv=%%i
11 cmake %*
  /external/google-benchmark/
.travis-libcxx-setup.sh 3 # Install a newer CMake version
4 curl -sSL https://cmake.org/files/v3.6/cmake-3.6.1-Linux-x86_64.sh -o install-cmake.sh
5 chmod +x install-cmake.sh
6 sudo ./install-cmake.sh --prefix=/usr/local --skip-license
15 cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} \
  /external/lz4/contrib/debian/
rules 4 include /usr/share/cdbs/1/class/cmake.mk
  /external/protobuf/
update_file_lists.sh 3 # This script copies source file lists from src/Makefile.am to cmake files.
70 # Update cmake files.
73 CMAKE_DIR=cmake
74 EXTRACT_INCLUDES_BAT=cmake/extract_includes.bat.in
114 # Replace file lists in cmake files.
116 set_cmake_value $CMAKE_DIR/libprotobuf-lite.cmake libprotobuf_lite_files $CMAKE_PREFIX $LIBPROTOBUF_LITE_SOURCES
117 set_cmake_value $CMAKE_DIR/libprotobuf.cmake libprotobuf_files $CMAKE_PREFIX $LIBPROTOBUF_SOURCES
118 set_cmake_value $CMAKE_DIR/libprotoc.cmake libprotoc_files $CMAKE_PREFIX $LIBPROTOC_SOURCES
119 set_cmake_value $CMAKE_DIR/tests.cmake lite_test_protos "" $LITE_PROTOS
120 set_cmake_value $CMAKE_DIR/tests.cmake tests_protos "" $PROTOS_BLACKLISTE
    [all...]
appveyor.bat 13 cmake -G "%generator%" -Dprotobuf_BUILD_SHARED_LIBS=%BUILD_DLL% ../cmake
  /external/protobuf/util/
update_file_lists.sh 3 # This script copies source file lists from src/Makefile.am to cmake files.
70 # Update cmake files.
73 CMAKE_DIR=cmake
74 EXTRACT_INCLUDES_BAT=cmake/extract_includes.bat.in
114 # Replace file lists in cmake files.
116 set_cmake_value $CMAKE_DIR/libprotobuf-lite.cmake libprotobuf_lite_files $CMAKE_PREFIX $LIBPROTOBUF_LITE_SOURCES
117 set_cmake_value $CMAKE_DIR/libprotobuf.cmake libprotobuf_files $CMAKE_PREFIX $LIBPROTOBUF_SOURCES
118 set_cmake_value $CMAKE_DIR/libprotoc.cmake libprotoc_files $CMAKE_PREFIX $LIBPROTOC_SOURCES
119 set_cmake_value $CMAKE_DIR/tests.cmake lite_test_protos "" $LITE_PROTOS
120 set_cmake_value $CMAKE_DIR/tests.cmake tests_protos "" $PROTOS_BLACKLISTE
    [all...]
appveyor.bat 13 cmake -G "%generator%" -Dprotobuf_BUILD_SHARED_LIBS=%BUILD_DLL% ../cmake
  /external/googletest/
travis.sh 8 cmake -Dgtest_build_samples=ON \
  /external/llvm/bindings/go/
build.sh 18 (cd $llvm_builddir && cmake -G Ninja $cmake_flags)
24 (cd $llvm_builddir && cmake $cmake_flags)
  /external/libdivsufsort/
generate_includes.sh 19 # be generated by cmake. Run this command whenever you update the include files.
32 cmake "${LOCAL_PATH}" \
  /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/protobuf/csharp/
generate_protos.sh 16 if [ -x cmake/build/Debug/protoc.exe ]; then
17 PROTOC=cmake/build/Debug/protoc.exe
18 elif [ -x cmake/build/Release/protoc.exe ]; then
19 PROTOC=cmake/build/Release/protoc.exe
  /external/flatbuffers/android/jni/
build_flatc.bat 22 rem Path to cmake passed in by caller.
23 set cmake=%1 variable
24 rem Path to cmake project to build.
45 rem Map Visual Studio version to cmake generator name.
61 %cmake% -G"%cmake_generator%"
  /external/vulkan-validation-layers/
build_windows_targets.bat 5 REM It uses CMake to genererate the project files and then invokes msbuild
11 REM None: Runs CMake and builds all 4 combinations
13 REM cmake (case insensitive): Deletes build and build32 and runs just CMake on both
14 REM 32: Deletes build32, runs CMake and builds 32-bit versions
15 REM 64: Deletes build, runs CMake and builds 64-bit versions
18 REM deletes build, creates build, runs CMake and compiles 64-bit Debug and Release.
28 echo.%%a | %WINDIR%\system32\find.exe /I "cmake">Nul && (set do_cmake=1)
42 REM Determine the appropriate CMake strings for the current version of Visual Studio
54 echo Generating 64-bit CMake files for Visual Studio %VS_VERSION
    [all...]
  /external/expat/
import_expat.sh 18 rm CMake.README
20 rm ConfigureChecks.cmake
30 rm expat_config.h.cmake
  /external/boringssl/src/util/
generate-coverage.sh 30 cmake "$SRC" -GNinja -DGCOV=1
  /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/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/v8/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.
63 # Compiler version(MS) version(cmake) Support
90 # or specifying the -Dgtest_build_samples=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/googletest/googletest/
CMakeLists.txt 2 # CMake build script for Google Test.
8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
31 include(cmake/hermetic_build.cmake OPTIONAL)
43 # CMake files in this project can refer to the root source directory
60 include(cmake/internal_utils.cmake)
62 config_compiler_and_linker() # Defined in internal_utils.cmake.
73 # Compiler version(MS) version(cmake) Support
94 # If the CMake version supports it, attach header directory informatio
    [all...]

Completed in 1264 milliseconds

1 2 3