Searched refs:HEADER_DIR (Results 1 – 7 of 7) sorted by relevance
68 ${HEADER_DIR}/catch.hpp69 ${HEADER_DIR}/catch_with_main.hpp71 CheckFileList(TOP_LEVEL_HEADERS ${HEADER_DIR})75 ${HEADER_DIR}/external/clara.hpp77 CheckFileList(EXTERNAL_HEADERS ${HEADER_DIR}/external)82 ${HEADER_DIR}/internal/catch_approx.h83 ${HEADER_DIR}/internal/catch_assertionhandler.h84 ${HEADER_DIR}/internal/catch_assertioninfo.h85 ${HEADER_DIR}/internal/catch_assertionresult.h86 ${HEADER_DIR}/internal/catch_capture.hpp[all …]
16 set( HEADER_DIR ${CATCH_DIR}/single_include ) variable110 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 …]
28 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}
27 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}
130 HEADER_DIR=$(dirname $HEADER)131 while [ ! "$HEADER_DIR" = "." ]; do132 echo $HEADER_DIR | sed "s/\\//\\\\/g"133 HEADER_DIR=$(dirname $HEADER_DIR)
94 …RY_DIR} && make -C ${LLVM_MAIN_SRC_DIR}/projects/libcxx installheaders HEADER_DIR=${LLVM_BINARY_DI…
34 set(HEADER_DIR ${CATCH_DIR}/include) variable