OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmakelists
(Results
201 - 225
of
352
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/googletest/googletest/
README.md
57
[
CMakeLists
.txt](
CMakeLists
.txt)) that can be used on a wide range of platforms ("C" stands for
117
of CMake code in a separate file (e.g. `
CMakeLists
.txt.in`) which
122
New file `
CMakeLists
.txt.in`:
140
Existing build's `
CMakeLists
.txt`:
143
configure_file(
CMakeLists
.txt.in googletest-download/
CMakeLists
.txt)
/external/boringssl/src/util/
BUILD.toplevel
62
# This list of warnings should match those in the top-level
CMakeLists
.txt.
generate_build_files.py
360
"""Returns list of all
CMakeLists
.txt files recursively in directory."""
365
if filename == '
CMakeLists
.txt':
457
"""Parses the contents of the
CMakeLists
.txt file passed as an argument and
554
"""Parses the contents of the
CMakeLists
.txt file passed as an argument and
/external/curl/docs/
Makefile.am
48
CHECKSRC.md
CMakeLists
.txt README.md CIPHERS.md INSTALL.cmake README.cmake \
INSTALL.cmake
14
CMake is specified in the file
CMakeLists
.txt found in the top of the curl
/external/curl/docs/libcurl/
Makefile.am
42
mksymbolsmanpage.pl
CMakeLists
.txt
/external/googletest/googletest/docs/
Pkgconfig.md
126
Let's say you have a `
CMakeLists
.txt` along the lines of the one in this
/external/llvm/docs/CommandGuide/
llvm-build.rst
74
top-level
CMakeLists
.txt.
/external/llvm/runtimes/
CMakeLists.txt
13
if(IS_DIRECTORY ${entry} AND EXISTS ${entry}/
CMakeLists
.txt)
/external/parameter-framework/upstream/skeleton-subsystem/
CMakeLists.txt
76
include(../ctest/
CMakeLists
.txt)
/external/tensorflow/tensorflow/contrib/cmake/external/
jpeg.cmake
50
PATCH_COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/patches/jpeg/
CMakeLists
.txt ${jpeg_BUILD}
/packages/apps/Test/connectivity/sl4n/rapidjson/
CHANGELOG.md
19
*
CMakeLists
for include as a thirdparty in projects (#334, #337)
/external/boringssl/src/
BUILDING.md
54
You usually don't need to run `cmake` again after changing `
CMakeLists
.txt`
58
Note that the default build flags in the top-level `
CMakeLists
.txt` are for
/external/deqp/
CMakeLists.txt
60
# \note ZLIB_LIBRARY and ZLIB_INCLUDE_PATH are promoted from external/zlib/
CMakeLists
.txt
78
# \note PNG_LIBRARY and PNG_INCLUDE_PATH are promoted from external/libpng/
CMakeLists
.txt
/external/llvm/docs/
CMake.rst
564
Here is a simple example of a
CMakeLists
.txt file that imports the LLVM libraries
670
CMakeLists
.txt
673
CMakeLists
.txt
677
Contents of ``<project dir>/
CMakeLists
.txt``:
688
Contents of ``<project dir>/<pass name>/
CMakeLists
.txt``:
699
Adding the following to ``<project dir>/
CMakeLists
.txt`` (after
707
And then changing ``<project dir>/<pass name>/
CMakeLists
.txt`` to
721
``<LLVM root>/lib/Transform/
CMakeLists
.txt``.
/external/llvm/
CMakeLists.txt
347
if (EXISTS ${LLVM_MAIN_SRC_DIR}/tools/polly/
CMakeLists
.txt)
573
if( EXISTS ${td}/AsmParser/
CMakeLists
.txt )
577
if( EXISTS ${td}/Disassembler/
CMakeLists
.txt )
742
if( EXISTS "${LLVM_MAIN_SRC_DIR}/bindings/${binding}/
CMakeLists
.txt" )
835
# This must be at the end of the LLVM root
CMakeLists
file because it must run
/external/skia/gn/
gn_to_cmake.py
619
out = open(posixpath.join(project.build_path, '
CMakeLists
.txt'), 'w+')
625
# If a build file has changed, this will update
CMakeLists
.ext if
632
out.write('include(
CMakeLists
.ext)\n')
635
out = open(posixpath.join(project.build_path, '
CMakeLists
.ext'), 'w+')
662
out.write(' configure_file(${gn_dep} "
CMakeLists
.devnull" COPYONLY)\n')
/external/skqp/gn/
gn_to_cmake.py
619
out = open(posixpath.join(project.build_path, '
CMakeLists
.txt'), 'w+')
625
# If a build file has changed, this will update
CMakeLists
.ext if
632
out.write('include(
CMakeLists
.ext)\n')
635
out = open(posixpath.join(project.build_path, '
CMakeLists
.ext'), 'w+')
662
out.write(' configure_file(${gn_dep} "
CMakeLists
.devnull" COPYONLY)\n')
/external/swiftshader/third_party/LLVM/docs/
CMake.html
477
CMakeLists
.txt
480
CMakeLists
.txt
486
<p>Contents of <project dir>/
CMakeLists
.txt:</p>
503
<p>Contents of <project dir>/<pass name>/
CMakeLists
.txt:</p>
516
2. Adding "add_subdirectory(<pass name>)" line into <LLVM root>/lib/Transform/
CMakeLists
.txt</p>
/external/freetype/
CMakeLists.txt
0
#
CMakeLists
.txt
59
# . `
CMakeLists
.txt' is provided as-is since it is normally not used by the
/build/soong/
Android.bp
145
"cc/
cmakelists
.go",
/external/clang/runtime/
CMakeLists.txt
10
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${dir}/
CMakeLists
.txt)
/external/conscrypt/android/
build.gradle
87
path '
CMakeLists
.txt'
/external/curl/CMake/
OtherTests.cmake
182
# See HAVE_POLL in
CMakeLists
.txt for why poll is disabled on macOS
/external/curl/docs/cmdline-opts/
Makefile.inc
1
# Shared between Makefile.am and
CMakeLists
.txt
Completed in 673 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>