aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt')
-rw-r--r--source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt b/source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt
new file mode 100644
index 000000000000..68ebe885e3e9
--- /dev/null
+++ b/source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_lldb_library(lldbPluginObjectContainerBSDArchive
+ ObjectContainerBSDArchive.cpp
+ )