summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Language/ObjC/CMakeLists.txt')
-rw-r--r--lldb/source/Plugins/Language/ObjC/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Language/ObjC/CMakeLists.txt b/lldb/source/Plugins/Language/ObjC/CMakeLists.txt
new file mode 100644
index 00000000000..af4cc0692d4
--- /dev/null
+++ b/lldb/source/Plugins/Language/ObjC/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(LLVM_NO_RTTI 1)
+
+add_lldb_library(lldbPluginAppleObjCLanguage
+ AppleObjCLanguage.cpp
+)
OpenPOWER on IntegriCloud