mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Merge topic 'imported-cxxmodules'
48ee946fdc
cmExperimental: recycle the C++ modules API UUID1a1806a71b
gitlab-ci: declare `bmionly` support for modules where possible457a12f3f9
Tests/RunCMake/CXXModules: add tests which use modules from imported targets9b9ec70b54
Ninja: generate scanning and build rules for C++20 module synthetic targets80ef50a191
CXXModules: add a variable for BMI-only compilation80d6544398
cxxmodules: generate synthetic targets as an initial pass3dc6676ecc
cmSyntheticTargetCache: add a struct for synthetic target cachingcb356b540c
cmCxxModuleUsageEffects: add a class to capture module usage effects ... Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8535
This commit is contained in:
@@ -333,6 +333,7 @@ CMAKE_CXX_SOURCES="\
|
||||
cmCustomCommandGenerator \
|
||||
cmCustomCommandLines \
|
||||
cmCxxModuleMapper \
|
||||
cmCxxModuleUsageEffects \
|
||||
cmDefinePropertyCommand \
|
||||
cmDefinitions \
|
||||
cmDocumentationFormatter \
|
||||
@@ -392,6 +393,7 @@ CMAKE_CXX_SOURCES="\
|
||||
cmGlobVerificationManager \
|
||||
cmHexFileConverter \
|
||||
cmIfCommand \
|
||||
cmImportedCxxModuleInfo \
|
||||
cmIncludeCommand \
|
||||
cmIncludeGuardCommand \
|
||||
cmIncludeDirectoryCommand \
|
||||
|
Reference in New Issue
Block a user