diff options
| -rw-r--r-- | lldb/source/DataFormatters/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/DataFormatters/CMakeLists.txt b/lldb/source/DataFormatters/CMakeLists.txt index 7601781a082..ad29369b730 100644 --- a/lldb/source/DataFormatters/CMakeLists.txt +++ b/lldb/source/DataFormatters/CMakeLists.txt @@ -28,4 +28,5 @@ add_lldb_library(lldbDataFormatters TypeSynthetic.cpp TypeValidator.cpp ValueObjectPrinter.cpp + VectorType.cpp ) |

