forked from quickshell/quickshell
build: improve parallelism by removing core dependency on modules
This commit is contained in:
parent
c44041653c
commit
9f6ef37f61
7 changed files with 29 additions and 14 deletions
10
src/CMakeLists.txt
Normal file
10
src/CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
qt_add_executable(quickshell main.cpp)
|
||||
|
||||
install(TARGETS quickshell RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(io)
|
||||
|
||||
if (WAYLAND)
|
||||
add_subdirectory(wayland)
|
||||
endif ()
|
Loading…
Add table
Add a link
Reference in a new issue