Skip to content

Commit

Permalink
Added first pass of clode
Browse files Browse the repository at this point in the history
  • Loading branch information
warweasle committed Apr 26, 2015
1 parent 1701a4f commit ca6d644
Show file tree
Hide file tree
Showing 6 changed files with 1,117 additions and 0 deletions.
18 changes: 18 additions & 0 deletions clode.asd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
;;;; clode.asd

(asdf:defsystem #:clode
:description "Describe clode here"
:author "Brad Beer (WarWeasle)"
:license "Specify license here"
:depends-on (#:cffi #:sb-cga)
:serial t
:components ((:module clode
:pathname "clode"
:components
((:file "package")
(:file "library")
(:file "bindings")
(:file "clode")
(:file "shapes")))))


Loading

0 comments on commit ca6d644

Please sign in to comment.