CudaSimple-debug-target-build-check.cmake 897 B

12345678910111213141516171819202122232425262728
  1. check_files("${RunCMake_TEST_BINARY_DIR}"
  2. INCLUDE
  3. ${GENERATED_FILES}
  4. ${TARGET_FILE_simplecudaexe_Debug}
  5. ${TARGET_EXE_LIB_FILE_simplecudaexe_Debug}
  6. ${TARGET_OBJECT_FILES_simplecudaexe_Debug}
  7. ${TARGET_FILE_simplecudashared_Debug}
  8. ${TARGET_LINKER_FILE_simplecudashared_Debug}
  9. ${TARGET_OBJECT_FILES_simplecudashared_Debug}
  10. ${TARGET_OBJECT_FILES_simplecudaobj_Debug}
  11. EXCLUDE
  12. ${TARGET_OBJECT_FILES_simplecudaexe_Release}
  13. ${TARGET_OBJECT_FILES_simplecudashared_Release}
  14. ${TARGET_OBJECT_FILES_simplecudaobj_Release}
  15. ${TARGET_OBJECT_FILES_simplecudaexe_MinSizeRel}
  16. ${TARGET_OBJECT_FILES_simplecudashared_MinSizeRel}
  17. ${TARGET_OBJECT_FILES_simplecudaobj_MinSizeRel}
  18. ${TARGET_OBJECT_FILES_simplecudaexe_RelWithDebInfo}
  19. ${TARGET_OBJECT_FILES_simplecudashared_RelWithDebInfo}
  20. ${TARGET_OBJECT_FILES_simplecudaobj_RelWithDebInfo}
  21. )