summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaTargetGenerator.h
diff options
context:
space:
mode:
authorDmitry Ivanov <dmitry.ivanov@king.com>2016-04-06 10:55:15 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-07 13:45:26 (GMT)
commit24c9106b7b2c3729985b89b06a2732ee3f555022 (patch)
treee4f99e83aca07a4f0a00226231fd899a142a17ee /Source/cmNinjaTargetGenerator.h
parent82c405c4737236ac0c954134d9cbc815823e2409 (diff)
downloadCMake-24c9106b7b2c3729985b89b06a2732ee3f555022.zip
CMake-24c9106b7b2c3729985b89b06a2732ee3f555022.tar.gz
CMake-24c9106b7b2c3729985b89b06a2732ee3f555022.tar.bz2
cmNinjaTargetGenerator: Factor out helper for forced response file check
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r--Source/cmNinjaTargetGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h
index e3ec423..371bc3c 100644
--- a/Source/cmNinjaTargetGenerator.h
+++ b/Source/cmNinjaTargetGenerator.h
@@ -152,6 +152,8 @@ protected:
cmGeneratorTarget* target,
cmNinjaVars& vars);
+ bool ForceResponseFile();
+
private:
cmLocalNinjaGenerator* LocalGenerator;
/// List of object files for this target.