aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork-gui.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-23 10:44:40 -0500
committerColin Okay <colin@cicadas.surf>2022-07-23 10:44:40 -0500
commit8fc1317f0c3c32e3d75b17260b9b0c3ed810fd76 (patch)
treeaae56cef22eb9e1b4a3e0a6a6ad159b355a7a8cc /wheelwork-gui.asd
parent00841605110612f6e7f3bbfc054ceff980bf25be (diff)
[add] menu basics and [example]
Diffstat (limited to 'wheelwork-gui.asd')
-rw-r--r--wheelwork-gui.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork-gui.asd b/wheelwork-gui.asd
index aa58010..b6483a3 100644
--- a/wheelwork-gui.asd
+++ b/wheelwork-gui.asd
@@ -6,4 +6,5 @@
:serial t
:depends-on (#:wheelwork)
:pathname "gui/"
- :components ((:file "button")))
+ :components ((:file "button")
+ (:file "menus")))