~raof/mir/wl-implement-bare-minimum-fullscreen

Viewing all changes in revision 4208.

  • Committer: Christopher James Halse Rogers
  • Date: 2017-09-06 05:55:19 UTC
  • Revision ID: christopher.halse.rogers@canonical.com-20170906055519-fvbhaicz4cy3fztb
build: Prevent “make clean” from deleting core_generated_interfaces.h.

add_custom_command() causes the output file to be treated as a generated file and
hence deleted on clean. We don't want this, as it's committed to VCS.

Use add_custom_target(), which *just* adds a generation target and doesn't try
to clean up on clean.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: