iip-project/iip-project.asd
Petar Kapriš 1362210800 Fix project dependencies
Remove GNU Scientific Library from dependency list.
2024-03-05 19:09:20 +01:00

14 lines
381 B
Common Lisp

;;;; 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)
:components ((:file "package")
(:file "tables")
(:file "pixbuf")
(:file "iip-project")))