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.
22 lines
717 B
22 lines
717 B
check_files("${RunCMake_TEST_BINARY_DIR}"
|
|
INCLUDE
|
|
${GENERATED_FILES}
|
|
|
|
EXCLUDE
|
|
${TARGET_OBJECT_FILES_simplecudaexe_Debug}
|
|
${TARGET_OBJECT_FILES_simplecudashared_Debug}
|
|
${TARGET_OBJECT_FILES_simplecudaobj_Debug}
|
|
|
|
${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}
|
|
)
|