cmake/Tests/RunCMake/NinjaMultiConfig/CudaSimple-debug-target-build-check.cmake

29 lines
897 B
CMake
Raw Normal View History

2020-08-30 11:54:41 +02:00
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}
)