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

  /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/llvm/cmake/modules/
Makefile 1 ##===- cmake/modules/Makefile ------------------------------*- Makefile -*-===##
16 PROJ_cmake := $(DESTDIR)$(PROJ_prefix)/share/llvm/cmake
18 OBJMODS := LLVMConfig.cmake LLVMConfigVersion.cmake LLVMExports.cmake
20 $(PROJ_OBJ_DIR)/LLVMConfig.cmake: LLVMConfig.cmake.in $(LLVMBuildCMakeFrag)
21 $(Echo) 'Generating LLVM CMake package config file'
45 -e 's/@LLVM_CONFIG_EXPORTS_FILE@/$${LLVM_CMAKE_DIR}\/LLVMExports.cmake/' \
51 $(PROJ_OBJ_DIR)/LLVMConfigVersion.cmake: LLVMConfigVersion.cmake.i
    [all...]
  /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/expat/
import_expat.sh 18 rm CMake.README
20 rm ConfigureChecks.cmake
30 rm expat_config.h.cmake
  /external/chromium_org/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/ceres-solver/scripts/
ceres-solver.spec 18 BuildRequires: cmake
77 %{cmake} ..
110 %{_datadir}/%{name}/*.cmake
  /external/chromium_org/tools/clang/scripts/
update.sh 220 # Check that cmake and ninja are available.
221 if ! which cmake > /dev/null; then
222 echo "CMake needed to build clang; please install"
359 cmake -GNinja \
434 MACOSX_DEPLOYMENT_TARGET=${deployment_target} cmake -GNinja \
471 MACOSX_DEPLOYMENT_TARGET=${deployment_target} cmake -GNinja \
513 MACOSX_DEPLOYMENT_TARGET=${deployment_target} cmake -GNinja \
540 MACOSX_DEPLOYMENT_TARGET=${deployment_target} cmake -GNinja \
  /external/lldb/tools/lldb-perf/common/clang/
build-clang.sh 28 ( cd ../llvm ; rm -rf cmake configure docs examples projects *.txt *.TXT autoconf bindings test unittests utils ; find . -type d -name .svn -print0 | xargs -0 rm -rf )
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 5 """cmake output module
9 This module produces cmake (2.8.8+) input as its output. One CMakeLists.txt is
13 which use CMake for project management. It is also possible to use CMake to
16 but build using CMake. As a result QtCreator editor is unaware of compiler
21 there is a mismatch between gyp and cmake with regard to linking. All attempts
22 are made to work around this, but CMake sometimes sees -Wl,--start-group as a
122 """Escapes the string 'a' for use inside a CMake string.
183 """Sets a CMake variable."""
192 """Sets a CMake variable to a list.""
    [all...]
  /external/llvm/
Makefile 18 # 6. Build tools, docs, and cmake modules.
34 tools/llvm-config tools docs cmake unittests

Completed in 1219 milliseconds