summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/API/CMakeLists.txt')
-rw-r--r--lldb/source/API/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/CMakeLists.txt b/lldb/source/API/CMakeLists.txt
index f06ed1fcdd0..488dae3cae3 100644
--- a/lldb/source/API/CMakeLists.txt
+++ b/lldb/source/API/CMakeLists.txt
@@ -13,7 +13,7 @@ if(LLDB_BUILD_FRAMEWORK)
set(option_install_prefix INSTALL_PREFIX ${LLDB_FRAMEWORK_INSTALL_DIR})
endif()
-add_lldb_library(liblldb SHARED
+add_lldb_library(liblldb SHARED FRAMEWORK
SBAddress.cpp
SBAttachInfo.cpp
SBBlock.cpp
OpenPOWER on IntegriCloud