diff options
| author | Enrico Granata <egranata@apple.com> | 2016-03-08 21:29:49 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2016-03-08 21:29:49 +0000 |
| commit | 7cf3b34d457f22f8c18ed1d69564d77fffc24944 (patch) | |
| tree | 4bd3efed789b5db4cce0c9a3c8dcca6205b6465b | |
| parent | 937631cfdf84f6851ca5c090cc4839edad4835ca (diff) | |
| download | bcm5719-llvm-7cf3b34d457f22f8c18ed1d69564d77fffc24944.tar.gz bcm5719-llvm-7cf3b34d457f22f8c18ed1d69564d77fffc24944.zip | |
Add CommandAlias.cpp to CMakeLists
llvm-svn: 262959
| -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 |

