ecl/examples/ecl_qt/hello-lisp-system.asd

4 lines
96 B
Common Lisp

(defsystem :hello-lisp-system
:depends-on (:lparallel)
:components ((:file "hello-lisp")))