summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-02-02 20:54:43 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2023-08-17 18:42:53 (GMT)
commit159585967a0e4ab99f39de4eec311bac7d0ee0d0 (patch)
treec85b8a8b0f6bbe22e81ade3b8a8740ced8f45eab /Source/cmGeneratorTarget.h
parent7b069510c5440f0193f1626be5000cf5efe90442 (diff)
downloadCMake-159585967a0e4ab99f39de4eec311bac7d0ee0d0.zip
CMake-159585967a0e4ab99f39de4eec311bac7d0ee0d0.tar.gz
CMake-159585967a0e4ab99f39de4eec311bac7d0ee0d0.tar.bz2
cmGeneratorTarget: classify BMI-only C++ module sources
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 844454f..3adf5b8 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -116,6 +116,7 @@ public:
SourceKindCertificate,
SourceKindCustomCommand,
SourceKindExternalObject,
+ SourceKindCxxModuleSource,
SourceKindExtra,
SourceKindHeader,
SourceKindIDL,
@@ -186,6 +187,8 @@ public:
const std::string& config) const;
void GetHeaderSources(std::vector<cmSourceFile const*>&,
const std::string& config) const;
+ void GetCxxModuleSources(std::vector<cmSourceFile const*>&,
+ const std::string& config) const;
void GetExtraSources(std::vector<cmSourceFile const*>&,
const std::string& config) const;
void GetCustomCommands(std::vector<cmSourceFile const*>&,