summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.h
diff options
context:
space:
mode:
authorFlorent Castelli <orphis@spotify.com>2016-06-23 15:01:29 (GMT)
committerBrad King <brad.king@kitware.com>2016-06-23 19:50:03 (GMT)
commit8bbd5db4c160927cf5e9a2eb2f45fe36a2c2d799 (patch)
treeab7b6ecbfb05f0456eeb757163eebf431e853f3d /Source/cmNinjaTargetGenerator.h
parentc2c2a2f4c7e23192d3d8cd8d53a427d651ef3137 (diff)
downloadCMake-8bbd5db4c160927cf5e9a2eb2f45fe36a2c2d799.zip
CMake-8bbd5db4c160927cf5e9a2eb2f45fe36a2c2d799.tar.gz
CMake-8bbd5db4c160927cf5e9a2eb2f45fe36a2c2d799.tar.bz2
Ninja: Make bundle resources a dependency of their target
Fixes #13816.
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r--Source/cmNinjaTargetGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h
index 414aa09..44346c1 100644
--- a/Source/cmNinjaTargetGenerator.h
+++ b/Source/cmNinjaTargetGenerator.h
@@ -156,6 +156,7 @@ private:
/// List of object files for this target.
cmNinjaDeps Objects;
std::vector<cmCustomCommand const*> CustomCommands;
+ cmNinjaDeps ExtraFiles;
};
#endif // ! cmNinjaTargetGenerator_h