OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmake
(Results
1 - 25
of
618
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/cmake/
README
1
See docs/
CMake
.html for instructions on how to build LLVM with
CMake
.
/external/eigen/scripts/
debug.in
3
cmake
-DCMAKE_BUILD_TYPE=Debug .
release.in
3
cmake
-DCMAKE_BUILD_TYPE=Release .
/external/deqp/modules/
CMakeLists.txt
2
include(glshared/glshared.
cmake
OPTIONAL)
3
include(gles2/gles2.
cmake
OPTIONAL)
4
include(gles3/gles3.
cmake
OPTIONAL)
5
include(gles31/gles31.
cmake
OPTIONAL)
6
include(egl/egl.
cmake
OPTIONAL)
9
include(internal/internal.
cmake
OPTIONAL)
/external/curl/docs/
README.cmake
7
README.
cmake
10
Curl contains
CMake
build files that provide a way to build Curl with the
11
CMake
build tool (www.
cmake
.org).
CMake
is a cross platform meta build tool
12
that generates native makefiles and IDE project files. The
CMake
build
15
Read the INSTALL.
cmake
file for instructions on how to compile curl with
16
CMake
.
/packages/apps/Test/connectivity/sl4n/rapidjson/
.gitignore
10
# Temporary files created during
CMake
build
13
cmake_install.
cmake
14
CTestTestfile.
cmake
16
RapidJSON*.
cmake
/external/llvm/cmake/modules/
CMakeLists.txt
1
set(LLVM_INSTALL_PACKAGE_DIR share/llvm/
cmake
)
6
FILE ${llvm_cmake_builddir}/LLVMExports.
cmake
)
16
# Generate LLVMConfig.
cmake
for the build tree.
33
set(LLVM_CONFIG_EXPORTS_FILE "${llvm_cmake_builddir}/LLVMExports.
cmake
")
35
LLVMConfig.
cmake
.in
36
${llvm_cmake_builddir}/LLVMConfig.
cmake
44
FILES_MATCHING PATTERN *.
cmake
49
# Generate LLVMConfig.
cmake
for the install tree.
51
# Compute the installation prefix from this LLVMConfig.
cmake
file location.
64
set(LLVM_CONFIG_EXPORTS_FILE "\${LLVM_CMAKE_DIR}/LLVMExports.
cmake
")
[
all
...]
Makefile
1
##===-
cmake
/modules/Makefile ------------------------------*- Makefile -*-===##
14
PROJ_cmake := $(DESTDIR)$(PROJ_prefix)/share/llvm/
cmake
44
OBJMODS := LLVMConfig.
cmake
LLVMConfigVersion.
cmake
LLVMExports.
cmake
47
\# Compute the
CMake
directory from the LLVMConfig.
cmake
file location.\n\
49
\# Compute the installation prefix from the LLVMConfig.
cmake
file location.\n\
52
# Compute number of levels (typically 3 - ``share/llvm/
cmake
/``) to PROJ_prefix
62
$(PROJ_OBJ_DIR)/LLVMConfig.
cmake
: LLVMConfig.cmake.in Makefile $(LLVMBuildCMakeFrag
[
all
...]
/external/deqp/framework/delibs/deimage/
CMakeLists.txt
0
#
cmake
file for deimage
4
message(FATAL_ERROR "Include Defs.
cmake
")
/external/opencv3/platforms/scripts/
cmake_android_arm.sh
7
cmake
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.
cmake
$@ ../..
cmake_android_mips.sh
7
cmake
-DANDROID_ABI=mips -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.
cmake
$@ ../..
cmake_android_x86.sh
8
cmake
-DANDROID_ABI=x86 -DCMAKE_TOOLCHAIN_FILE=../android/android.toolchain.
cmake
$@ ../..
cmake_arm_gnueabi_hardfp.sh
7
cmake
-DCMAKE_TOOLCHAIN_FILE=../linux/arm-gnueabi.toolchain.
cmake
$@ ../..
cmake_arm_gnueabi_softfp.sh
7
cmake
-DSOFTFP=ON -DCMAKE_TOOLCHAIN_FILE=../linux/arm-gnueabi.toolchain.
cmake
$@ ../..
/external/clang/cmake/modules/
ClangConfig.cmake
3
# Clang doesn't have any
CMake
configuration settings yet because it mostly
4
# uses LLVM's. When it does, we should move this file to ClangConfig.
cmake
.in
8
include("${CMAKE_CURRENT_LIST_DIR}/ClangTargets.
cmake
")
/external/vulkan-validation-layers/cmake/
README.txt
1
The following files are copied out of
CMake
2.8.
2
- FindImageMagick.
cmake
4
I have also copied the Copyright.txt file out of
cmake
and renamed it:
/external/google-benchmark/
.gitignore
7
*.
cmake
8
!/
cmake
/*.
cmake
17
#
cmake
files.
21
cmake_install.
cmake
/external/clang/cmake/caches/
README.txt
0
CMake
Caches
4
This directory contains
CMake
cache scripts that pre-populate the CMakeCache in
9
CMake
invocation:
11
cmake
-G <build system>
12
-C <path to llvm>/tools/clang/
cmake
/caches/Apple-stage1.
cmake
/external/curl/tests/data/
CMakeLists.txt
2
transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.
cmake
")
3
include("${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.
cmake
")
6
# as a space-separated string rather than comma-separated (a list in
CMake
).
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
CMAKE
1
Support for a
cmake
build has been contributed. See the remarks in the
/external/skia/cmake/
.gitignore
7
cmake_install.
cmake
SkUserConfig.h.in
1
// SkUserConfig generated by
CMake
.
/external/skia/infra/bots/flavor/
cmake_flavor.py
13
"""
CMake
flavor utils, used for building Skia with
CMake
."""
18
"""Build Skia with
CMake
. Ignores `target`."""
19
cmake_build = os.path.join(self._bot_info.skia_dir, '
cmake
', 'cmake_build')
/external/vulkan-validation-layers/loader/
README.md
5
Builds for Linux and Windows are supported via
CMake
. See top level BUILD.md file.
/external/jsoncpp/src/lib_json/
version.h.in
1
// DO NOT EDIT. This file is generated by
CMake
from "version"
3
// Run
CMake
configure step to update it.
Completed in 225 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>