summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorStefan Granitz <stefan.graenitz@gmail.com>2019-05-28 09:29:05 +0000
committerStefan Granitz <stefan.graenitz@gmail.com>2019-05-28 09:29:05 +0000
commita3388e5f9e1f60a2d82b0cf3121e1dacdfd766b3 (patch)
treeaada651db79e22438e2f549de054bb4b957f9d4a /lldb/source/API
parent536a62d00784ffdd897285b9e31152bb22d3893b (diff)
downloadbcm5719-llvm-a3388e5f9e1f60a2d82b0cf3121e1dacdfd766b3.tar.gz
bcm5719-llvm-a3388e5f9e1f60a2d82b0cf3121e1dacdfd766b3.zip
[CMake] Folder structure for generated Xcode project to cover more targets
llvm-svn: 361799
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/CMakeLists.txt b/lldb/source/API/CMakeLists.txt
index bb17f76d7fa..8d2b7f06bef 100644
--- a/lldb/source/API/CMakeLists.txt
+++ b/lldb/source/API/CMakeLists.txt
@@ -144,6 +144,7 @@ if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
MESSAGE("-- Symbols (liblldb): exporting all symbols from the lldb and lldb_private namespaces")
add_llvm_symbol_exports(liblldb ${CMAKE_CURRENT_SOURCE_DIR}/liblldb-private.exports)
endif()
+ set_target_properties(liblldb_exports PROPERTIES FOLDER "lldb misc")
endif()
if ( CMAKE_SYSTEM_NAME MATCHES "Windows" )
OpenPOWER on IntegriCloud