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
5
src/main.cpp
Normal file
5
src/main.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "core/main.hpp"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
return qs_main(argc, argv);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue