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:
outfoxxed 2024-11-19 13:58:34 -08:00
parent f4066cb4ed
commit 66b494d760
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 16 additions and 4 deletions

View file

@ -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)