diff options
-rw-r--r-- | lldb/source/Interpreter/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Interpreter/CMakeLists.txt b/lldb/source/Interpreter/CMakeLists.txt index b92128cd301..76d046f7d80 100644 --- a/lldb/source/Interpreter/CMakeLists.txt +++ b/lldb/source/Interpreter/CMakeLists.txt @@ -1,5 +1,6 @@ add_lldb_library(lldbInterpreter Args.cpp + CommandAlias.cpp CommandHistory.cpp CommandInterpreter.cpp CommandObject.cpp |