relax-target-generator-expression-dependency-addition.rst 620 B

1234567891011121314151617
  1. relax-target-generator-expression-dependency-addition
  2. -----------------------------------------------------
  3. * The following target-based generator expressions that query for directory or
  4. file name components no longer add a dependency on the evaluated target.
  5. See policy :policy:`CMP0112`.
  6. - ``TARGET_FILE_DIR``
  7. - ``TARGET_LINKER_FILE_BASE_NAME``
  8. - ``TARGET_LINKER_FILE_NAME``
  9. - ``TARGET_LINKER_FILE_DIR``
  10. - ``TARGET_SONAME_FILE_NAME``
  11. - ``TARGET_SONAME_FILE_DIR``
  12. - ``TARGET_PDB_FILE_NAME``
  13. - ``TARGET_PDB_FILE_DIR``
  14. - ``TARGET_BUNDLE_DIR``
  15. - ``TARGET_BUNDLE_CONTENT_DIR``