forked from quickshell/quickshell
all: optimize build
This commit is contained in:
parent
1168879d6d
commit
7ffce72b31
51 changed files with 1526 additions and 1277 deletions
|
@ -1,9 +1,8 @@
|
|||
qt_add_executable(quickshell main.cpp)
|
||||
|
||||
target_link_libraries(quickshell PRIVATE ${QT_DEPS} quickshell-build)
|
||||
|
||||
install(TARGETS quickshell RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
|
||||
add_subdirectory(launch)
|
||||
add_subdirectory(build)
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(ipc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue