diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-02-02 20:53:28 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-08-17 18:42:53 (GMT) |
commit | 7b069510c5440f0193f1626be5000cf5efe90442 (patch) | |
tree | c7096e5c35d7cb8586579e67165a4c5b48061ae3 /Source/CMakeLists.txt | |
parent | 249cd3efad6967ec3195b7e24d031eecfc42eba7 (diff) | |
download | CMake-7b069510c5440f0193f1626be5000cf5efe90442.zip CMake-7b069510c5440f0193f1626be5000cf5efe90442.tar.gz CMake-7b069510c5440f0193f1626be5000cf5efe90442.tar.bz2 |
cmImportedCxxModuleInfo: introduce code to parse exported BMI properties
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 3690357..12af5d0 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -298,6 +298,8 @@ add_library( cmGraphAdjacencyList.h cmGraphVizWriter.cxx cmGraphVizWriter.h + cmImportedCxxModuleInfo.cxx + cmImportedCxxModuleInfo.h cmInstallGenerator.h cmInstallGenerator.cxx cmInstallGetRuntimeDependenciesGenerator.h |