iip-project/iip-project.asd

14 lines
381 B
Plaintext
Raw Permalink Normal View History

2024-03-05 18:39:46 +01:00
;;;; iip-project.asd
(asdf:defsystem #:iip-project
:description "Describe iip-project here"
:author "Petar Kapriš"
:license "GPL"
:version "0.0.1"
:serial t
:depends-on (#:cl-gtk4 #:opticl #:cl-pango #:cl-gdk4 #:array-operations)
2024-03-05 18:39:46 +01:00
:components ((:file "package")
(:file "tables")
(:file "pixbuf")
(:file "iip-project")))