Skip to content

Commit

Permalink
Pulled out freeimage tools into separate package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Beer committed Dec 15, 2012
1 parent 8e54e4f commit f848c8e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions freeimage.asd
@@ -0,0 +1,10 @@
(asdf:defsystem #:freeimage
:depends-on (cffi)
:version "0.0.1"
:components ((:module freeimage
:pathname "freeimage"
:components
((:file "package")
(:file "library")
(:file "freeimage"
:depends-on ("package"))))))

0 comments on commit f848c8e

Please sign in to comment.