Simple-debug-in-release-graph-top-build-check.cmake 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. check_files("${RunCMake_TEST_BINARY_DIR}"
  2. INCLUDE
  3. ${GENERATED_FILES}
  4. ${TARGET_FILE_simpleexe_Debug}
  5. ${TARGET_OBJECT_FILES_simpleexe_Debug}
  6. ${TARGET_FILE_simpleexe2_Debug}
  7. ${TARGET_OBJECT_FILES_simpleexe2_Debug}
  8. ${TARGET_FILE_simpleshared_Debug}
  9. ${TARGET_LINKER_FILE_simpleshared_Debug}
  10. ${TARGET_OBJECT_FILES_simpleshared_Debug}
  11. ${TARGET_FILE_simplestatic_Debug}
  12. ${TARGET_LINKER_FILE_simplestatic_Debug}
  13. ${TARGET_OBJECT_FILES_simplestatic_Debug}
  14. ${TARGET_OBJECT_FILES_simpleobj_Debug}
  15. ${TARGET_FILE_simpleexe_Release}
  16. ${TARGET_OBJECT_FILES_simpleexe_Release}
  17. ${TARGET_FILE_simpleexe2_Release}
  18. ${TARGET_OBJECT_FILES_simpleexe2_Release}
  19. ${TARGET_FILE_simpleshared_Release}
  20. ${TARGET_LINKER_FILE_simpleshared_Release}
  21. ${TARGET_OBJECT_FILES_simpleshared_Release}
  22. ${TARGET_OBJECT_FILES_simpleobj_Release}
  23. ${TARGET_FILE_simpleexe_MinSizeRel}
  24. ${TARGET_OBJECT_FILES_simpleexe_MinSizeRel}
  25. ${TARGET_FILE_simpleexe2_MinSizeRel}
  26. ${TARGET_OBJECT_FILES_simpleexe2_MinSizeRel}
  27. ${TARGET_FILE_simpleshared_MinSizeRel}
  28. ${TARGET_LINKER_FILE_simpleshared_MinSizeRel}
  29. ${TARGET_OBJECT_FILES_simpleshared_MinSizeRel}
  30. ${TARGET_FILE_simplestatic_MinSizeRel}
  31. ${TARGET_LINKER_FILE_simplestatic_MinSizeRel}
  32. ${TARGET_OBJECT_FILES_simplestatic_MinSizeRel}
  33. ${TARGET_OBJECT_FILES_simpleobj_MinSizeRel}
  34. ${TARGET_FILE_simpleexe_RelWithDebInfo}
  35. ${TARGET_OBJECT_FILES_simpleexe_RelWithDebInfo}
  36. ${TARGET_FILE_simpleexe2_RelWithDebInfo}
  37. ${TARGET_OBJECT_FILES_simpleexe2_RelWithDebInfo}
  38. ${TARGET_FILE_simpleshared_RelWithDebInfo}
  39. ${TARGET_LINKER_FILE_simpleshared_RelWithDebInfo}
  40. ${TARGET_OBJECT_FILES_simpleshared_RelWithDebInfo}
  41. ${TARGET_OBJECT_FILES_simpleobj_RelWithDebInfo}
  42. EXCLUDE
  43. ${TARGET_OBJECT_FILES_simplestatic_Release}
  44. ${TARGET_OBJECT_FILES_simplestatic_RelWithDebInfo}
  45. )