summaryrefslogtreecommitdiffstats
path: root/Source/cmDyndepCollation.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-02-02 21:06:46 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2023-08-17 18:42:53 (GMT)
commit9840bfdab0542fdbecc3787fb6cad9f4fb861519 (patch)
tree25761719883aabd22f528d37c5141706a8a6491b /Source/cmDyndepCollation.h
parentcaf5971c8a628b29c2d5c56cb08cbe54b0449f35 (diff)
downloadCMake-9840bfdab0542fdbecc3787fb6cad9f4fb861519.zip
CMake-9840bfdab0542fdbecc3787fb6cad9f4fb861519.tar.gz
CMake-9840bfdab0542fdbecc3787fb6cad9f4fb861519.tar.bz2
cmDyndepCollation: support BMI-only collation
Diffstat (limited to 'Source/cmDyndepCollation.h')
-rw-r--r--Source/cmDyndepCollation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmDyndepCollation.h b/Source/cmDyndepCollation.h
index 48afe2b..21f1fe9 100644
--- a/Source/cmDyndepCollation.h
+++ b/Source/cmDyndepCollation.h
@@ -23,6 +23,8 @@ struct cmDyndepGeneratorCallbacks
{
std::function<std::string(cmSourceFile const* sf, std::string const& config)>
ObjectFilePath;
+ std::function<std::string(cmSourceFile const* sf, std::string const& config)>
+ BmiFilePath;
};
struct cmDyndepMetadataCallbacks