You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/NinjaMultiConfig/CudaSimple-debug-target-bui...

29 lines
897 B

check_files("${RunCMake_TEST_BINARY_DIR}"
INCLUDE
${GENERATED_FILES}
${TARGET_FILE_simplecudaexe_Debug}
${TARGET_EXE_LIB_FILE_simplecudaexe_Debug}
${TARGET_OBJECT_FILES_simplecudaexe_Debug}
${TARGET_FILE_simplecudashared_Debug}
${TARGET_LINKER_FILE_simplecudashared_Debug}
${TARGET_OBJECT_FILES_simplecudashared_Debug}
${TARGET_OBJECT_FILES_simplecudaobj_Debug}
EXCLUDE
${TARGET_OBJECT_FILES_simplecudaexe_Release}
${TARGET_OBJECT_FILES_simplecudashared_Release}
${TARGET_OBJECT_FILES_simplecudaobj_Release}
${TARGET_OBJECT_FILES_simplecudaexe_MinSizeRel}
${TARGET_OBJECT_FILES_simplecudashared_MinSizeRel}
${TARGET_OBJECT_FILES_simplecudaobj_MinSizeRel}
${TARGET_OBJECT_FILES_simplecudaexe_RelWithDebInfo}
${TARGET_OBJECT_FILES_simplecudashared_RelWithDebInfo}
${TARGET_OBJECT_FILES_simplecudaobj_RelWithDebInfo}
)