summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Process/POSIX/CMakeLists.txt')
-rw-r--r--lldb/source/Plugins/Process/POSIX/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/CMakeLists.txt b/lldb/source/Plugins/Process/POSIX/CMakeLists.txt
index c0f6d5a1750..fd74f816d1a 100644
--- a/lldb/source/Plugins/Process/POSIX/CMakeLists.txt
+++ b/lldb/source/Plugins/Process/POSIX/CMakeLists.txt
@@ -1,9 +1,11 @@
add_lldb_library(lldbPluginProcessPOSIX PLUGIN
CrashReason.cpp
+ NativeProcessELF.cpp
ProcessMessage.cpp
ProcessPOSIXLog.cpp
LINK_LIBS
+ lldbPluginProcessUtility
lldbUtility
LINK_COMPONENTS
Support
OpenPOWER on IntegriCloud