summaryrefslogtreecommitdiff
path: root/source/Plugins/Process/POSIX/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/Process/POSIX/CMakeLists.txt')
-rw-r--r--source/Plugins/Process/POSIX/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/Plugins/Process/POSIX/CMakeLists.txt b/source/Plugins/Process/POSIX/CMakeLists.txt
new file mode 100644
index 0000000000000..2ed7326dbb71c
--- /dev/null
+++ b/source/Plugins/Process/POSIX/CMakeLists.txt
@@ -0,0 +1,8 @@
+include_directories(.)
+include_directories(../Utility)
+
+add_lldb_library(lldbPluginProcessPOSIX
+ CrashReason.cpp
+ ProcessMessage.cpp
+ ProcessPOSIXLog.cpp
+ )