forked from OSchip/llvm-project
Fix CMake build.
Some new files were committed to the repository but not added to the CMakeLists.txt, so this patch fixes the build. llvm-svn: 338746
This commit is contained in:
parent
9b36f51ae7
commit
af3367d2ff
|
@ -1,6 +1,8 @@
|
|||
add_lldb_library(lldbPluginProcessMinidump PLUGIN
|
||||
MinidumpTypes.cpp
|
||||
MinidumpParser.cpp
|
||||
RegisterContextMinidump_ARM.cpp
|
||||
RegisterContextMinidump_ARM64.cpp
|
||||
RegisterContextMinidump_x86_32.cpp
|
||||
RegisterContextMinidump_x86_64.cpp
|
||||
ProcessMinidump.cpp
|
||||
|
|
Loading…
Reference in New Issue