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

1 2 3 4

  /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/cn-cbor/
build.sh 5 cd build && cmake .. && make $*
  /external/tensorflow/tensorflow/contrib/cmake/
make.sh 24 cmake ..
  /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/freetype/builds/cmake/
testbuild.sh 12 # This script tests the CMake build. Simply run
14 # builds/cmake/testbuild.sh
18 # BUILD_SHARED_LIBS=1 builds/cmake/testbuild.sh
28 # - The variable BUILD_SHARED_LIBS will be forwarded to the CMake project
37 tmpdir=/tmp/freetype-cmake-testbuild
57 (set -x; cmake -H$ftdir \
61 (set -x; cmake --build $tmpdir/ftb \
65 (set -x; cmake $tmpdir/ftb \
67 (set -x; cmake --build $tmpdir/ftb \
77 project(freetype-cmake-testbuild
    [all...]
  /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
20 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/tensorflow/tensorflow/tools/ci_build/builds/
cmake.sh 38 # Run TensorFlow cmake build.
46 cmake -DCMAKE_BUILD_TYPE=Release ../tensorflow/contrib/cmake
  /external/libcxx/
appveyor-reqs-install.cmd 26 :: Install a recent CMake
28 if NOT EXIST cmake (
29 appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip
30 7z x cmake.zip -oC:\projects\deps > nul
31 move C:\projects\deps\cmake-* C:\projects\deps\cmake
32 rm cmake.zip
34 @set PATH=C:\projects\deps\cmake\bin;%PATH
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
appveyor-reqs-install.cmd 26 :: Install a recent CMake
28 if NOT EXIST cmake (
29 appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip
30 7z x cmake.zip -oC:\projects\deps > nul
31 move C:\projects\deps\cmake-* C:\projects\deps\cmake
32 rm cmake.zip
34 @set PATH=C:\projects\deps\cmake\bin;%PATH
    [all...]
  /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/llvm/bindings/go/
build.sh 18 (cd $llvm_builddir && cmake -G Ninja $cmake_flags)
24 (cd $llvm_builddir && cmake $cmake_flags)
  /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/googletest/ci/
travis.sh 27 cmake -Dgtest_build_samples=ON \
  /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/brotli/c/fuzz/
test_fuzzer.sh 11 cmake .. -B./ -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=OFF -DENABLE_SANITIZER=address
  /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
19 REM cmake: When specified, generate the CMake build files only - don't compile
24 REM -- deletes build, creates build, runs CMake and compiles 64-bit Debug and Release.
26 REM -- deletes build, creates build, runs CMake and compiles 64-bit Debug.
    [all...]

Completed in 646 milliseconds

1 2 3 4