[CMake] Two extra FOLDER properties for debugserver

llvm-svn: 363171
This commit is contained in:
Stefan Granitz 2019-06-12 14:46:30 +00:00
parent cae2c85dea
commit a866d3b2ee
1 changed files with 4 additions and 0 deletions

View File

@ -120,6 +120,8 @@ if(use_system_debugserver)
${system_debugserver} ${LLVM_RUNTIME_OUTPUT_INTDIR}
COMMENT "Copying the system debugserver to LLDB's binaries directory.")
set_target_properties(debugserver PROPERTIES FOLDER "lldb libraries/debugserver")
# Don't test debugserver itself.
# Tests that require debugserver will use the copy.
set(DEBUGSERVER_PATH ${default_debugserver_path} CACHE FILEPATH "" FORCE)
@ -265,6 +267,8 @@ if(build_and_sign_debugserver)
${entitlements}
)
set_target_properties(debugserver PROPERTIES FOLDER "lldb libraries/debugserver")
if(LLDB_BUILD_FRAMEWORK)
lldb_add_to_framework(debugserver)
endif()