mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-14 03:45:33 +00:00
[CMake] Two extra FOLDER properties for debugserver
llvm-svn: 363171
This commit is contained in:
parent
cae2c85dea
commit
a866d3b2ee
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user