OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmake
(Results
1 - 10
of
10
) 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
12
(cd build &&
cmake
.. && make doc) || { echo "make failed"; exit 1; }
/external/ceres-solver/android/
build_android.sh
47
#
CMake
to get it to work.
50
# the box, since the android-
cmake
toolchain is not yet updated to for it.
52
# Note: You may wish to run 'ccmake .', the
CMake
curses GUI, in order to tweak
68
# In normal
CMake
builds, where you do an out of source build, the source
69
# directory is untouched when building. However, by default the Android
CMake
94
# android-
cmake
toolchain appears to support it.
133
# Get the Android
CMake
NDK toolchain file if needed.
134
if [ ! -d "android-
cmake
" ] ; then
135
hg clone https://code.google.com/p/android-
cmake
/
137
echo "Found Android-
CMake
toolchain; skipping download.
[
all
...]
/external/compiler-rt/lib/tsan/
check_cmake.sh
8
CC=clang CXX=clang++
cmake
-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/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/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
.
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/ceres-solver/scripts/
ceres-solver.spec
18
BuildRequires:
cmake
76
%{
cmake
} ..
109
%{_datadir}/%{name}/*.
cmake
/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
...]
Completed in 59 milliseconds