MacroAddFileDependencies¶
バージョン 3.14 で非推奨.
MACRO_ADD_FILE_DEPENDENCIES(<source> <files>...)
Do not use this command in new code. It is just a wrapper around:
set_property(SOURCE <source> APPEND PROPERTY OBJECT_DEPENDS <files>...)
Instead use the set_property() command to append to the
OBJECT_DEPENDS source file property directly.