1
0
Fork 0

- [GUI] moved server side GUI to a proper component and directory.

This commit is contained in:
cage 2023-01-06 13:55:38 +01:00
parent 746b2e01ac
commit f40fb786b1
4 changed files with 2 additions and 1 deletions

View File

@ -146,7 +146,8 @@
(:file "scheduled-events")
(:file "modules")
(:file "json-rpc2")
(:module gui
(:module gui-server
:pathname "gui/server"
:components ((:file "main-window-server-side")
(:file "public-api")
(:file "json-rpc-communication")))