diff options
author | Stefan Granitz <stefan.graenitz@gmail.com> | 2019-05-28 09:29:05 +0000 |
---|---|---|
committer | Stefan Granitz <stefan.graenitz@gmail.com> | 2019-05-28 09:29:05 +0000 |
commit | a3388e5f9e1f60a2d82b0cf3121e1dacdfd766b3 (patch) | |
tree | aada651db79e22438e2f549de054bb4b957f9d4a /lldb/source/API | |
parent | 536a62d00784ffdd897285b9e31152bb22d3893b (diff) | |
download | bcm5719-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.txt | 1 |
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" ) |