1
0

Simple-default-build-file-ninja-check.cmake 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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_simpleshared_Debug}
  7. ${TARGET_LINKER_FILE_simpleshared_Debug}
  8. ${TARGET_OBJECT_FILES_simpleshared_Debug}
  9. ${TARGET_FILE_simplestatic_Debug}
  10. ${TARGET_LINKER_FILE_simplestatic_Debug}
  11. ${TARGET_OBJECT_FILES_simplestatic_Debug}
  12. ${TARGET_OBJECT_FILES_simpleobj_Debug}
  13. ${TARGET_FILE_simpleexe_Release}
  14. ${TARGET_OBJECT_FILES_simpleexe_Release}
  15. ${TARGET_FILE_simpleshared_Release}
  16. ${TARGET_LINKER_FILE_simpleshared_Release}
  17. ${TARGET_OBJECT_FILES_simpleshared_Release}
  18. ${TARGET_FILE_simplestatic_Release}
  19. ${TARGET_LINKER_FILE_simplestatic_Release}
  20. ${TARGET_OBJECT_FILES_simplestatic_Release}
  21. ${TARGET_OBJECT_FILES_simpleobj_Release}
  22. ${TARGET_FILE_simplestatic_MinSizeRel}
  23. ${TARGET_LINKER_FILE_simplestatic_MinSizeRel}
  24. ${TARGET_OBJECT_FILES_simplestatic_MinSizeRel}
  25. ${TARGET_FILE_simpleexe_RelWithDebInfo}
  26. ${TARGET_OBJECT_FILES_simpleexe_RelWithDebInfo}
  27. ${TARGET_FILE_simpleshared_RelWithDebInfo}
  28. ${TARGET_LINKER_FILE_simpleshared_RelWithDebInfo}
  29. ${TARGET_OBJECT_FILES_simpleshared_RelWithDebInfo}
  30. ${TARGET_FILE_simplestatic_RelWithDebInfo}
  31. ${TARGET_LINKER_FILE_simplestatic_RelWithDebInfo}
  32. ${TARGET_OBJECT_FILES_simplestatic_RelWithDebInfo}
  33. ${TARGET_OBJECT_FILES_simpleobj_RelWithDebInfo}
  34. EXCLUDE
  35. ${TARGET_OBJECT_FILES_simpleexe_MinSizeRel}
  36. ${TARGET_OBJECT_FILES_simpleshared_MinSizeRel}
  37. )