117deabd45511eb03a913cb6e9397c3da5009cee
[cl-gtk2.git] / gdk / clgtk2-gdk.asd
1 (defsystem :clgtk2-gdk
2   :name :clgtk2-gdk
3   :author "Kalyanov Dmitry <Kalyanov.Dmitry@gmail.com>"
4   :license "LLGPL"
5   :serial t
6   :components ((:file "gdk.package")
7                (:file "gdk.objects")
8                (:file "gdk.functions"))
9   :depends-on (:clgtk2-glib :cffi))