Home
last modified time | relevance | path

Searched refs:HEADER_DIR (Results 1 – 7 of 7) sorted by relevance

/external/catch2/projects/
DCMakeLists.txt68 ${HEADER_DIR}/catch.hpp
69 ${HEADER_DIR}/catch_with_main.hpp
71 CheckFileList(TOP_LEVEL_HEADERS ${HEADER_DIR})
75 ${HEADER_DIR}/external/clara.hpp
77 CheckFileList(EXTERNAL_HEADERS ${HEADER_DIR}/external)
82 ${HEADER_DIR}/internal/catch_approx.h
83 ${HEADER_DIR}/internal/catch_assertionhandler.h
84 ${HEADER_DIR}/internal/catch_assertioninfo.h
85 ${HEADER_DIR}/internal/catch_assertionresult.h
86 ${HEADER_DIR}/internal/catch_capture.hpp
[all …]
/external/catch2/examples/
DCMakeLists.txt16 set( HEADER_DIR ${CATCH_DIR}/single_include ) variable
110 add_library( CatchMain OBJECT ${EXAMPLES_DIR}/${SOURCES_IDIOMATIC_MAIN} ${HEADER_DIR}/catch…
111 #add_library( CatchMainAutomake OBJECT ${EXAMPLES_DIR}/200-Rpt-CatchMain.cpp ${HEADER_DIR}/catch2/c…
112 #add_library( CatchMainTap OBJECT ${EXAMPLES_DIR}/200-Rpt-CatchMain.cpp ${HEADER_DIR}/catch2/c…
113 add_library( CatchMainTeamCity OBJECT ${EXAMPLES_DIR}/200-Rpt-CatchMain.cpp ${HEADER_DIR}/catch2/ca…
120 add_executable( ${name} ${EXAMPLES_DIR}/${name}.cpp ${HEADER_DIR}/catch2/catch.hpp )
124 …add_executable( ${name} ${EXAMPLES_DIR}/${name}.cpp $<TARGET_OBJECTS:CatchMain> ${HEADER_DIR}/catc…
127 …{EXAMPLES_DIR}/020-TestCase-1.cpp ${EXAMPLES_DIR}/020-TestCase-2.cpp ${HEADER_DIR}/catch2/catch.hp…
129 …IR}/207-Rpt-AutomakeReporter.cpp $<TARGET_OBJECTS:CatchMainAutomake> ${HEADER_DIR}/catch2/catch.hp…
130 …IR}/207-Rpt-TapReporter.cpp $<TARGET_OBJECTS:CatchMainTap> ${HEADER_DIR}/catch2/catch.hp…
[all …]
/external/libvpx/libvpx/build/make/
Diosbuild.sh28 HEADER_DIR="${FRAMEWORK_DIR}/Headers/vpx"
101 local config_file="${HEADER_DIR}/vpx_config.h"
130 mkdir "${HEADER_DIR}/${target}"
131 cp -p "${BUILD_ROOT}/${target}/vpx_config.h" "${HEADER_DIR}/${target}"
193 mkdir -p "${HEADER_DIR}"
212 cp -p "${target_dist_dir}"/include/vpx/* "${HEADER_DIR}"
222 cp -p "${BUILD_ROOT}/${target}/vpx_version.h" "${HEADER_DIR}"
365 HEADER_DIR=${HEADER_DIR}
/external/libaom/libaom/build/cmake/
Diosbuild.sh27 HEADER_DIR="${FRAMEWORK_DIR}/Headers/aom"
101 local config_file="${HEADER_DIR}/aom_config.h"
131 mkdir "${HEADER_DIR}/${target}"
132 cp -p "${BUILD_ROOT}/${target}/aom_config.h" "${HEADER_DIR}/${target}"
193 mkdir -p "${HEADER_DIR}"
212 cp -p "${target_dist_dir}"/include/aom/* "${HEADER_DIR}"
222 cp -p "${BUILD_ROOT}/${target}/aom_version.h" "${HEADER_DIR}"
365 HEADER_DIR=${HEADER_DIR}
/external/protobuf/
Dupdate_file_lists.sh130 HEADER_DIR=$(dirname $HEADER)
131 while [ ! "$HEADER_DIR" = "." ]; do
132 echo $HEADER_DIR | sed "s/\\//\\\\/g"
133 HEADER_DIR=$(dirname $HEADER_DIR)
/external/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake94 …RY_DIR} && make -C ${LLVM_MAIN_SRC_DIR}/projects/libcxx installheaders HEADER_DIR=${LLVM_BINARY_DI…
/external/catch2/
DCMakeLists.txt34 set(HEADER_DIR ${CATCH_DIR}/include) variable