Small changes to string/symbol style of .asd files, seemed to make windows happier.
[cl-glfw.git] / cl-glfw-glu-version_1_2.asd
blob2d63f2bc2e9d0f1bec1c0dab17724402e649e1f4
1 (defpackage #:cl-glfw-glu-version_1_2-system
2   (:use #:asdf #:cl))
4 (in-package #:cl-glfw-glu-version_1_2-system)
5  
6 (defsystem cl-glfw-glu-version_1_2
7   :description "Common Lisp bindings for GLFW - GLU 1.2 Extension Package"
8   :version "0.1"
9   :author "William Robinson <airbaggins@users.sf.net>"
10   :licence "Public Domain"
11   :depends-on (cl-glfw)
12   :components ((:module lib :components ((:file "glu-version_1_2")))))