OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmake
(Results
351 - 375
of
1271
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/parameter-framework/upstream/
.travis.yml
17
# Adding george-edison55-precise-backports ppa for for
cmake
3.x.
33
-
cmake
-data
34
-
cmake
62
cmake
-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_BUILD_TYPE=Debug -DCOVERAGE=${coverage} .. &&
66
cmake
-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_BUILD_TYPE=Release .. &&
72
cmake
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install . &&
79
cmake
-DCMAKE_INSTALL_PREFIX=../install . &&
85
cmake
-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_BUILD_TYPE=Debug
/external/parameter-framework/upstream/test/functional-tests-legacy/
README.md
8
We set environment variables in the
cmake
.
10
XML files depends on
cmake
variables so they are configured at build time and stored in {build_dir}/tmp.
/external/protobuf/
appveyor.bat
13
cmake
-G "%generator%" -Dprotobuf_BUILD_SHARED_LIBS=%BUILD_DLL% ../
cmake
/external/protobuf/util/
appveyor.bat
13
cmake
-G "%generator%" -Dprotobuf_BUILD_SHARED_LIBS=%BUILD_DLL% ../
cmake
/external/swiftshader/.vscode/
tasks.json
24
"taskName": "
cmake
",
25
"args": ["
cmake
."]
/external/v8/tools/clang/
CMakeLists.txt
5
list(APPEND CMAKE_MODULE_PATH "${LLVM_BUILD_DIR}/share/llvm/
cmake
")
59
${CMAKE_COMMAND} -D COMPONENT=chrome-tools -P cmake_install.
cmake
)
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/cmake/
GetGitVersion.cmake
4
# into a
CMake
variable
13
# Requires
CMake
2.8.11+
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
profiling.gradle
10
cmake
{
11
//
cmake
Debug build type uses -O0, which makes the code slow.
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
profiling.gradle
10
cmake
{
11
//
cmake
Debug build type uses -O0, which makes the code slow.
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
build.gradle
16
cmake
{
28
cmake
{
profiling.gradle
10
cmake
{
11
//
cmake
Debug build type uses -O0, which makes the code slow.
/external/clang/docs/
HowToSetupToolingForLLVM.rst
16
from the ``compilation_commands.json`` file, generated by
CMake
. When
20
build using
CMake
to use clang tools.
22
Setup Clang Tooling Using
CMake
and Make
25
If you intend to use make to build LLVM, you should have
CMake
2.8.6 or
26
later installed (can be found `here <http://
cmake
.org>`_).
28
First, you need to generate Makefiles for LLVM with
CMake
. You need to
29
make a build directory and run
CMake
from it:
35
$
cmake
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON path/to/llvm/sources
40
CMake
variables for lazy people.
150
at least
CMake
2.8.9
[
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
33
include(
cmake
/hermetic_build.
cmake
OPTIONAL)
45
#
CMake
files in this project can refer to the root source directory
71
include(
cmake
/internal_utils.
cmake
)
73
config_compiler_and_linker() # Defined in internal_utils.
cmake
.
81
# Compiler version(MS) version(
cmake
) Support
104
# If the
CMake
version supports it, attach header directory informatio
[
all
...]
/external/libdivsufsort/include/
CMakeLists.txt
25
## create configuration files from .
cmake
file ##
42
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/lfs.h.
cmake
" "${CMAKE_CURRENT_BINARY_DIR}/lfs.h" @ONLY)
56
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/config.h.
cmake
" "${CMAKE_CURRENT_BINARY_DIR}/config.h")
152
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/divsufsort.h.
cmake
"
159
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/divsufsort.h.
cmake
"
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/
run_build.bat
10
:: -
CMake
28
IF DEFINED CMAKE_EXE (ECHO CMAKE_EXE is set to %CMAKE_EXE%) ELSE (SET CMAKE_EXE="C:\Program Files\
cmake
\bin\
cmake
.exe")
36
SET CMAKE_DIR=%REPO_ROOT%\tensorflow\contrib\
cmake
39
:: Run
cmake
to create Visual Studio Project files.
/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/cmake/llvm/
GetSVN.cmake
0
#
CMake
project that writes Subversion revision information to a header.
12
# Chop off
cmake
/modules/GetSVN.
cmake
23
# the find_program call in FindSubversion.
cmake
.
109
"GetSVN.
cmake
takes two arguments: a list of source directories, "
/prebuilts/clang/host/darwin-x86/clang-4630689/lib64/cmake/llvm/
GetSVN.cmake
0
#
CMake
project that writes Subversion revision information to a header.
12
# Chop off
cmake
/modules/GetSVN.
cmake
23
# the find_program call in FindSubversion.
cmake
.
109
"GetSVN.
cmake
takes two arguments: a list of source directories, "
/prebuilts/clang/host/darwin-x86/clang-4639204/lib64/cmake/llvm/
GetSVN.cmake
0
#
CMake
project that writes Subversion revision information to a header.
12
# Chop off
cmake
/modules/GetSVN.
cmake
23
# the find_program call in FindSubversion.
cmake
.
109
"GetSVN.
cmake
takes two arguments: a list of source directories, "
/prebuilts/clang/host/darwin-x86/clang-4691093/lib64/cmake/llvm/
GetSVN.cmake
0
#
CMake
project that writes Subversion revision information to a header.
12
# Chop off
cmake
/modules/GetSVN.
cmake
23
# the find_program call in FindSubversion.
cmake
.
109
"GetSVN.
cmake
takes two arguments: a list of source directories, "
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/cmake/llvm/
GetSVN.cmake
0
#
CMake
project that writes Subversion revision information to a header.
12
# Chop off
cmake
/modules/GetSVN.
cmake
23
# the find_program call in FindSubversion.
cmake
.
109
"GetSVN.
cmake
takes two arguments: a list of source directories, "
/prebuilts/clang/host/linux-x86/clang-4630689/lib64/cmake/llvm/
GetSVN.cmake
0
#
CMake
project that writes Subversion revision information to a header.
12
# Chop off
cmake
/modules/GetSVN.
cmake
23
# the find_program call in FindSubversion.
cmake
.
109
"GetSVN.
cmake
takes two arguments: a list of source directories, "
/prebuilts/clang/host/linux-x86/clang-4639204/lib64/cmake/llvm/
GetSVN.cmake
0
#
CMake
project that writes Subversion revision information to a header.
12
# Chop off
cmake
/modules/GetSVN.
cmake
23
# the find_program call in FindSubversion.
cmake
.
109
"GetSVN.
cmake
takes two arguments: a list of source directories, "
/prebuilts/clang/host/linux-x86/clang-4691093/lib64/cmake/llvm/
GetSVN.cmake
0
#
CMake
project that writes Subversion revision information to a header.
12
# Chop off
cmake
/modules/GetSVN.
cmake
23
# the find_program call in FindSubversion.
cmake
.
109
"GetSVN.
cmake
takes two arguments: a list of source directories, "
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/cmake/Modules/
HandleOutOfTreeLLVM.cmake
11
set(LLVM_CMAKE_PATH "${LLVM_PATH}/
cmake
/modules")
52
"${LLVM_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/
cmake
/llvm")
65
elseif (EXISTS "${LLVM_MAIN_SRC_DIR}/
cmake
/modules")
66
list(APPEND CMAKE_MODULE_PATH "${LLVM_MAIN_SRC_DIR}/
cmake
/modules")
69
message(WARNING "Neither ${LLVM_CMAKE_PATH} nor ${LLVM_MAIN_SRC_DIR}/
cmake
/modules found")
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/cmake/Modules/
HandleOutOfTreeLLVM.cmake
11
set(LLVM_CMAKE_PATH "${LLVM_PATH}/
cmake
/modules")
52
"${LLVM_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/
cmake
/llvm")
65
elseif (EXISTS "${LLVM_MAIN_SRC_DIR}/
cmake
/modules")
66
list(APPEND CMAKE_MODULE_PATH "${LLVM_MAIN_SRC_DIR}/
cmake
/modules")
69
message(WARNING "Neither ${LLVM_CMAKE_PATH} nor ${LLVM_MAIN_SRC_DIR}/
cmake
/modules found")
Completed in 1390 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>