X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2Fclnl.asd;h=096427b12de5644d4e094781de28e7892e3db911;hb=fe712aa;hp=a17f3ee048b7ac384ce0771f28245535aca2abca;hpb=01e2d9fdf7087c181c645abd15605a31a5b7e43c;p=clnl diff --git a/src/main/clnl.asd b/src/main/clnl.asd index a17f3ee..096427b 100644 --- a/src/main/clnl.asd +++ b/src/main/clnl.asd @@ -15,6 +15,8 @@ (:file "nvm") (:file "transpile") (:file "random") + (:file "interface") + (:file "cli") (:file "main"))) (asdf:defsystem clnl @@ -22,4 +24,4 @@ :version "0.0.1" :maintainer "Frank Duncan (frank@kank.com)" :author "Frank Duncan (frank@kank.com)" - :depends-on (:cl-ppcre :mt19937 :clnl.internal)) + :depends-on (:cl-ppcre :mt19937 :cl-opengl :cl-glut :cl-charms :clnl.internal))