X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fclnl.asd;h=91fdf1eb4ec7cc063ea9f5b3c384c4b16cecfbbc;hp=a17f3ee048b7ac384ce0771f28245535aca2abca;hb=43bbc274299e58d2f4a6e0b05e5366ca5e2900ae;hpb=01e2d9fdf7087c181c645abd15605a31a5b7e43c diff --git a/src/main/clnl.asd b/src/main/clnl.asd index a17f3ee..91fdf1e 100644 --- a/src/main/clnl.asd +++ b/src/main/clnl.asd @@ -15,6 +15,7 @@ (:file "nvm") (:file "transpile") (:file "random") + (:file "interface") (:file "main"))) (asdf:defsystem clnl @@ -22,4 +23,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 :clnl.internal))