forked from quickshell/quickshell
build: add qs_add_link_dependencies
Further inspection as to what libraries actually require which others will be required before this can be used as a hint for shared builds.
This commit is contained in:
parent
f4066cb4ed
commit
66b494d760
6 changed files with 16 additions and 4 deletions
|
@ -14,4 +14,4 @@ target_link_libraries(quickshell-crash PRIVATE PkgConfig::breakpad -lbreakpad_cl
|
|||
# quick linked for pch compat
|
||||
target_link_libraries(quickshell-crash PRIVATE quickshell-build Qt::Quick Qt::Widgets)
|
||||
|
||||
target_link_libraries(quickshell-core PRIVATE quickshell-crash)
|
||||
target_link_libraries(quickshell PRIVATE quickshell-crash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue