summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-11-20 13:53:17 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-11-20 13:53:17 (GMT)
commitb6f471773d943bfb0f5cc012bce3fd25f5f9f7fa (patch)
treef1b4c5624266863dce89c9d0c90505d5cb68f5a2 /Source/cmGlobalNinjaGenerator.h
parent7171f64cc108dfb4072def578ef38ed8ce99187b (diff)
parent3477b26ff6c455b64421bf19000d7203acdd6024 (diff)
downloadCMake-b6f471773d943bfb0f5cc012bce3fd25f5f9f7fa.zip
CMake-b6f471773d943bfb0f5cc012bce3fd25f5f9f7fa.tar.gz
CMake-b6f471773d943bfb0f5cc012bce3fd25f5f9f7fa.tar.bz2
Merge topic 'ninja-symbolic-custom-command'
3477b26f Ninja: Always re-run custom commands that have symbolic dependencies 7d64a059 Ninja: Add 'restat' parameter to custom command generation method 866c75de Ninja: Refactor generation of 'restat' on custom commands
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r--Source/cmGlobalNinjaGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h
index c494d36..8656590 100644
--- a/Source/cmGlobalNinjaGenerator.h
+++ b/Source/cmGlobalNinjaGenerator.h
@@ -112,6 +112,7 @@ public:
const std::string& description,
const std::string& comment,
bool uses_terminal,
+ bool restat,
const cmNinjaDeps& outputs,
const cmNinjaDeps& deps = cmNinjaDeps(),
const cmNinjaDeps& orderOnly = cmNinjaDeps());