<table><tr><td style="">daandemeyer created this revision.<br />daandemeyer added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />daandemeyer requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D22698">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Modern CMake encourages using targets as much as possible instead of macros. This patch makes it possible to pass a target to <tt style="background: #ebebeb; font-size: 13px;">ki18n_wrap_ui</tt>. Instead of adding the resulting header to the list of sources, the header is added directly to the target's sources using the <tt style="background: #ebebeb; font-size: 13px;">target_sources</tt> command which was added in CMake 3.1. Specific usage of this functionality is as a result also guarded by a call to <tt style="background: #ebebeb; font-size: 13px;">cmake_minimum_required</tt>. The change is backwards compatible and allows projects to move over incrementally to passing targets to <tt style="background: #ebebeb; font-size: 13px;">ki18n_wrap_ui</tt> instead of source lists.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Tested by running Kate's cmake scripts with the new macro with a single usage replaced by a target instead of a source list. Both the source lists usages and the target usage succeeded without errors and the resulting header was successfully added to the target's source list.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R249 KI18n</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D22698">https://phabricator.kde.org/D22698</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>cmake/KF5I18nMacros.cmake.in</div></div></div><br /><div><strong>To: </strong>daandemeyer<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, sbergeron, michaelh, ngraham, bruns<br /></div>