mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
add an example for build asdf with dependence
This commit is contained in:
parent
da0a9b6f65
commit
fb7117a171
7 changed files with 421 additions and 0 deletions
5
examples/asdf_with_dependence/example-with-dep.asd
Normal file
5
examples/asdf_with_dependence/example-with-dep.asd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(defsystem :example-with-dep
|
||||
:serial t
|
||||
:depends-on (:alexandria)
|
||||
:components ((:file "package")
|
||||
(:file "example")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue