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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue