Skip to content
Snippets Groups Projects
Commit f01e456d authored by rtoy's avatar rtoy
Browse files

Demos depends on CLX, so load up CLX.

parent fcf38434
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
(in-package :asdf) (in-package :asdf)
;; It would be nice to make demos :depend-on :clx, but we can't
;; because we don't currently have an asdf definition for :clx.
(require :clx)
(defsystem :demos (defsystem :demos
:name "demos" :name "demos"
:maintainer "CMU Common Lisp Group" :maintainer "CMU Common Lisp Group"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment