add an example for build asdf with dependence

This commit is contained in:
Bo Yao 2017-03-15 13:08:34 -04:00
parent da0a9b6f65
commit fb7117a171
7 changed files with 421 additions and 0 deletions

View file

@ -0,0 +1,5 @@
(defsystem :example-with-dep
:serial t
:depends-on (:alexandria)
:components ((:file "package")
(:file "example")))