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

@ -2,8 +2,8 @@ qt_add_executable(quickshell main.cpp)
install(TARGETS quickshell RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
add_subdirectory(launch)
add_subdirectory(build)
add_subdirectory(launch)
add_subdirectory(core)
add_subdirectory(ipc)
add_subdirectory(window)