OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmake
(Results
326 - 350
of
1271
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/clang/host/linux-x86/clang-4639204/lib64/cmake/llvm/
FindSphinx.cmake
0
#
CMake
find_package() Module for Sphinx documentation generator
HandleLLVMStdlib.cmake
1
# This
CMake
module is responsible for setting the standard library to libc++
/prebuilts/clang/host/linux-x86/clang-4691093/lib64/cmake/llvm/
FindSphinx.cmake
0
#
CMake
find_package() Module for Sphinx documentation generator
HandleLLVMStdlib.cmake
1
# This
CMake
module is responsible for setting the standard library to libc++
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/docs/
README.txt
7
To build the documents into html configure libc++ with the following
cmake
options:
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-alpha6/
gradle-core-3.0.0-alpha6-javadoc.jar
/external/flatbuffers/android/jni/
include.mk
79
# Search for
cmake
.
81
$(call realpath-portable,$(LOCAL_PATH)/../../../../../../prebuilts/
cmake
)
82
ifeq (,$(
CMAKE
))
84
CMAKE
:= $(wildcard $(CMAKE_ROOT)/linux-x86/current/bin/
cmake
*)
87
CMAKE
:= \
88
$(wildcard $(CMAKE_ROOT)/darwin-x86_64/current/*.app/Contents/bin/
cmake
)
91
CMAKE
:= $(wildcard $(CMAKE_ROOT)/windows/current/bin/
cmake
*)
94
ifeq (,$(
CMAKE
))
[
all
...]
/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/tensorflow/tensorflow/contrib/cmake/
CMakeLists.txt
1
# Minimum
CMake
required
16
#
CMake
policies
335
# Without these double quotes,
cmake
in Linux makes it "-DTF_EXTRA_CUDA_CAPABILITIES=3.0, -D3.5, -D5.2" for cc, which incurs build breaks
436
message(FATAL_ERROR "
CMake
was unable to find a python interpreter.")
440
include(tf_core_framework.
cmake
)
442
include(tf_stream_executor.
cmake
)
445
include(tf_core_cpu.
cmake
)
446
include(tf_core_ops.
cmake
)
447
include(tf_core_direct_session.
cmake
)
448
include(tf_core_kernels.
cmake
)
[
all
...]
/external/deqp/external/libpng/
CMakeLists.txt
0
#
cmake
file for libpng
4
message(FATAL_ERROR "Include Defs.
cmake
")
/external/deqp/external/spirv-tools/
CMakeLists.txt
0
#
cmake
file for spirv-tools
4
message(FATAL_ERROR "Include Defs.
cmake
")
/external/deqp/framework/delibs/cmake/
toolchain-ios.cmake
1
# This file is based off of the Platform/Darwin.
cmake
and Platform/UnixPaths.
cmake
2
# files which are included with
CMake
2.8.4
28
# Required as of
cmake
2.8.10
31
# Determine the
cmake
host system version so we know where to find the iOS SDKs
74
# hack: if a new
cmake
(which uses CMAKE_INSTALL_NAME_TOOL) runs on an old build tree
76
# and still
cmake
didn't fail in CMakeFindBinUtils.
cmake
(because it isn't rerun)
/external/deqp/framework/delibs/decpp/
CMakeLists.txt
0
#
cmake
file for drawElements C++ base library
4
message(FATAL_ERROR "Include Defs.
cmake
")
/external/eigen/Eigen/
UmfPackSupport
32
* For a
cmake
based project, you can use our FindUmfPack.
cmake
module to help you in this task.
/external/eigen/bench/btl/cmake/
MacroOptionalAddSubdirectory.cmake
5
# 1 -
CMake
will not complain if the directory doesn't exist
16
# For details see the accompanying COPYING-
CMAKE
-SCRIPTS file.
/external/eigen/blas/
CMakeLists.txt
4
include("../
cmake
/language_support.
cmake
")
/external/eigen/cmake/
EigenUninstall.cmake
0
################
CMake
Uninstall Template #######################
2
#
CMake
Template file for uninstallation of files
/external/gflags/
appveyor.yml
54
&
cmake
-G "$generator" -D CMAKE_CONFIGURATION_TYPES="Debug;Release" -D GFLAGS_BUILD_TESTING=ON -D GFLAGS_BUILD_SHARED_LIBS=ON -D GFLAGS_BUILD_STATIC_LIBS=ON ..
58
&
cmake
--build . --config $env:CONFIGURATION
/external/google-benchmark/cmake/
GetGitVersion.cmake
4
# into a
CMake
variable
13
# Requires
CMake
2.8.11+
/external/libcxx/utils/google-benchmark/cmake/
GetGitVersion.cmake
4
# into a
CMake
variable
13
# Requires
CMake
2.8.11+
/external/libvncserver/
Makefile.am
5
EXTRA_DIST = CMakeLists.txt rfb/rfbint.h.
cmake
rfb/rfbconfig.h.
cmake
/external/libxml2/
libxml2-config.cmake.in
1
# libxml2-config.
cmake
4
# Libxml2
cmake
module.
/external/llvm/
CMakeLists.txt
1
# See docs/
CMake
.html for instructions about how to build LLVM with
CMake
.
15
#
CMake
3.1 and higher include generator expressions of the form
68
# The following only works with the Ninja generator in
CMake
>= 3.0.
99
"${CMAKE_CURRENT_SOURCE_DIR}/
cmake
"
100
"${CMAKE_CURRENT_SOURCE_DIR}/
cmake
/modules"
143
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}\\\\
cmake
\\\\nsis_logo.bmp")
144
set(CPACK_NSIS_MUI_ICON "${CMAKE_CURRENT_SOURCE_DIR}\\\\
cmake
\\\\nsis_icon.ico")
145
set(CPACK_NSIS_MUI_UNIICON "${CMAKE_CURRENT_SOURCE_DIR}\\\\
cmake
\\\\nsis_icon.ico")
165
CMake
would overwrite the makefiles distributed with LLVM
[
all
...]
/external/llvm/bindings/go/
build.sh
18
(cd $llvm_builddir &&
cmake
-G Ninja $cmake_flags)
24
(cd $llvm_builddir &&
cmake
$cmake_flags)
/external/llvm/lib/LTO/
CMakeLists.txt
24
set(get_svn_script "${LLVM_MAIN_SRC_DIR}/
cmake
/modules/GenerateVersionFromCVS.
cmake
")
Completed in 760 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>