OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:configure_file
(Results
1 - 25
of
80
) sorted by null
1
2
3
4
/external/eigen/scripts/
CMakeLists.txt
2
configure_file
(buildtests.in ${CMAKE_BINARY_DIR}/buildtests.sh @ONLY)
4
configure_file
(check.in ${CMAKE_BINARY_DIR}/check.sh COPYONLY)
5
configure_file
(debug.in ${CMAKE_BINARY_DIR}/debug.sh COPYONLY)
6
configure_file
(release.in ${CMAKE_BINARY_DIR}/release.sh COPYONLY)
/external/libdivsufsort/pkgconfig/
CMakeLists.txt
3
configure_file
("${CMAKE_CURRENT_SOURCE_DIR}/libdivsufsort.pc.cmake" "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort.pc" @ONLY)
7
configure_file
("${CMAKE_CURRENT_SOURCE_DIR}/libdivsufsort.pc.cmake" "${CMAKE_CURRENT_BINARY_DIR}/libdivsufsort64.pc" @ONLY)
/external/opencv3/cmake/
OpenCVGenInfoPlist.cmake
10
configure_file
("${OpenCV_SOURCE_DIR}/platforms/ios/Info.plist.in"
13
configure_file
("${OpenCV_SOURCE_DIR}/platforms/osx/Info.plist.in"
OpenCVGenHeaders.cmake
2
configure_file
("${OpenCV_SOURCE_DIR}/cmake/templates/cvconfig.h.in" "${OPENCV_CONFIG_FILE_INCLUDE_DIR}/cvconfig.h")
3
configure_file
("${OpenCV_SOURCE_DIR}/cmake/templates/cvconfig.h.in" "${OPENCV_CONFIG_FILE_INCLUDE_DIR}/opencv2/cvconfig.h")
27
configure_file
("${OpenCV_SOURCE_DIR}/cmake/templates/opencv_modules.hpp.in" "${OPENCV_CONFIG_FILE_INCLUDE_DIR}/opencv2/opencv_modules.hpp")
OpenCVVersion.cmake
18
configure_file
("${OPENCV_VERSION_FILE}" "${CMAKE_BINARY_DIR}/junk/version.junk" COPYONLY)
/external/llvm/bindings/ocaml/backends/
CMakeLists.txt
5
configure_file
(
10
configure_file
(
21
configure_file
(
/external/llvm/bindings/ocaml/llvm/
CMakeLists.txt
6
configure_file
(
/external/opencv3/platforms/android/service/engine/
CMakeLists.txt
0
configure_file
("${CMAKE_CURRENT_SOURCE_DIR}/${ANDROID_MANIFEST_FILE}" "${OpenCV_BINARY_DIR}/platforms/android/service/engine/.build/${ANDROID_MANIFEST_FILE}" @ONLY)
/external/llvm/utils/llvm-lit/
CMakeLists.txt
10
configure_file
(
17
configure_file
(
/external/clang/cmake/modules/
ClangConfig.cmake
5
# and call
configure_file
() on it.
/external/llvm/include/llvm/
CMakeLists.txt
6
configure_file
(module.modulemap.build module.modulemap COPYONLY)
/external/eigen/doc/
CMakeLists.txt
20
configure_file
(
32
configure_file
(
37
configure_file
(
42
configure_file
(
47
configure_file
(
52
configure_file
(
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/
GetGitRevisionDescription.cmake.in
25
configure_file
("@GIT_DIR@/${HEAD_REF}" "@GIT_DATA@/head-ref" COPYONLY)
27
configure_file
("@GIT_DIR@/logs/${HEAD_REF}" "@GIT_DATA@/head-ref" COPYONLY)
32
configure_file
("@GIT_DIR@/HEAD" "@GIT_DATA@/head-ref" COPYONLY)
/hardware/bsp/intel/peripheral/libupm/cmake/modules/
GetGitRevisionDescription.cmake.in
25
configure_file
("@GIT_DIR@/${HEAD_REF}" "@GIT_DATA@/head-ref" COPYONLY)
27
configure_file
("@GIT_DIR@/logs/${HEAD_REF}" "@GIT_DATA@/head-ref" COPYONLY)
32
configure_file
("@GIT_DIR@/HEAD" "@GIT_DATA@/head-ref" COPYONLY)
/external/llvm/tools/msbuild/
CMakeLists.txt
23
configure_file
(${prop_file_in} ${platform}/${prop_file_v100})
26
configure_file
(${prop_file_in} ${platform}/${prop_file_v110})
28
configure_file
(${prop_file_in} ${platform}/${prop_file_v110_xp})
31
configure_file
(${prop_file_in} ${platform}/${prop_file_v120})
33
configure_file
(${prop_file_in} ${platform}/${prop_file_v120_xp})
36
configure_file
(${prop_file_in} ${platform}/${prop_file_v140})
38
configure_file
(${prop_file_in} ${platform}/${prop_file_v140_xp})
/external/eigen/doc/snippets/
CMakeLists.txt
10
configure_file
(${CMAKE_CURRENT_SOURCE_DIR}/compile_snippet.cpp.in
/external/eigen/unsupported/doc/snippets/
CMakeLists.txt
10
CONFIGURE_FILE
(${PROJECT_SOURCE_DIR}/doc/snippets/compile_snippet.cpp.in
/external/parameter-framework/upstream/test/functional-tests-legacy/
CMakeLists.txt
37
configure_file
(
40
configure_file
(
44
configure_file
(
48
configure_file
(
/hardware/bsp/intel/peripheral/libmraa/src/python/docs/
CMakeLists.txt
24
configure_file
(
/external/llvm/cmake/modules/
CMakeLists.txt
34
configure_file
(
65
configure_file
(
71
configure_file
(
/external/clang/tools/clang-format-vs/
CMakeLists.txt
18
configure_file
("source.extension.vsixmanifest.in"
/external/libcxxabi/test/
CMakeLists.txt
19
configure_file
(
/external/libdivsufsort/include/
CMakeLists.txt
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/llvm/tools/llvm-config/
CMakeLists.txt
21
# Use
configure_file
to create BuildVariables.inc.
40
configure_file
(${BUILDVARIABLES_SRCPATH} ${BUILDVARIABLES_OBJPATH} @ONLY)
/external/llvm/utils/llvm-build/llvmbuild/
configutil.py
8
def
configure_file
(input_path, output_path, substitutions):
function
9
"""
configure_file
(input_path, output_path, substitutions) -> bool
Completed in 414 milliseconds
1
2
3
4