1
0

SimpleCrossConfigs-debug-in-release-graph-build-check.cmake 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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_OBJECT_FILES_simpleobj_Debug}
  10. ${TARGET_FILE_simpleexe_Release}
  11. ${TARGET_OBJECT_FILES_simpleexe_Release}
  12. ${TARGET_FILE_simpleshared_Release}
  13. ${TARGET_LINKER_FILE_simpleshared_Release}
  14. ${TARGET_OBJECT_FILES_simpleshared_Release}
  15. ${TARGET_OBJECT_FILES_simpleobj_Release}
  16. EXCLUDE
  17. ${TARGET_OBJECT_FILES_simplestatic_Debug}
  18. ${TARGET_OBJECT_FILES_simplestatic_Release}
  19. ${TARGET_OBJECT_FILES_simpleexe_MinSizeRel}
  20. ${TARGET_OBJECT_FILES_simpleshared_MinSizeRel}
  21. ${TARGET_OBJECT_FILES_simplestatic_MinSizeRel}
  22. ${TARGET_OBJECT_FILES_simpleobj_MinSizeRel}
  23. ${TARGET_OBJECT_FILES_simpleexe_RelWithDebInfo}
  24. ${TARGET_OBJECT_FILES_simpleshared_RelWithDebInfo}
  25. ${TARGET_OBJECT_FILES_simplestatic_RelWithDebInfo}
  26. ${TARGET_OBJECT_FILES_simpleobj_RelWithDebInfo}
  27. )