forked from OSchip/llvm-project
[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}
|
${system_debugserver} ${LLVM_RUNTIME_OUTPUT_INTDIR}
|
||||||
COMMENT "Copying the system debugserver to LLDB's binaries directory.")
|
COMMENT "Copying the system debugserver to LLDB's binaries directory.")
|
||||||
|
|
||||||
|
set_target_properties(debugserver PROPERTIES FOLDER "lldb libraries/debugserver")
|
||||||
|
|
||||||
# Don't test debugserver itself.
|
# Don't test debugserver itself.
|
||||||
# Tests that require debugserver will use the copy.
|
# Tests that require debugserver will use the copy.
|
||||||
set(DEBUGSERVER_PATH ${default_debugserver_path} CACHE FILEPATH "" FORCE)
|
set(DEBUGSERVER_PATH ${default_debugserver_path} CACHE FILEPATH "" FORCE)
|
||||||
|
@ -265,6 +267,8 @@ if(build_and_sign_debugserver)
|
||||||
${entitlements}
|
${entitlements}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set_target_properties(debugserver PROPERTIES FOLDER "lldb libraries/debugserver")
|
||||||
|
|
||||||
if(LLDB_BUILD_FRAMEWORK)
|
if(LLDB_BUILD_FRAMEWORK)
|
||||||
lldb_add_to_framework(debugserver)
|
lldb_add_to_framework(debugserver)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue