mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 23:26:25 +02:00
add debug for dependency links
This commit is contained in:
parent
a3529e745b
commit
e7ba900cda
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ macro(qt_create_apk)
|
|||
get_property(_DEP_DEPENDENCIES TARGET ${_DEP} PROPERTY INTERFACE_LINK_LIBRARIES)
|
||||
|
||||
foreach(_SUB_DEP IN LISTS _DEP_DEPENDENCIES)
|
||||
message("${_SUB_DEP} is a DEP of ${DEP}")
|
||||
if (NOT TARGET ${_SUB_DEP} AND NOT _SUB_DEP MATCHES "Qt5::.*")
|
||||
list(APPEND _DEPS_LIST ${_SUB_DEP})
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue