diff options
Diffstat (limited to 'objective-cl.asd')
-rw-r--r-- | objective-cl.asd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/objective-cl.asd b/objective-cl.asd index 4abaff2..b3f7f8a 100644 --- a/objective-cl.asd +++ b/objective-cl.asd @@ -5,5 +5,13 @@ :licence "GNU General Public License, version 3 or higher" :depends-on (#:cffi #:trivial-garbage) :components ((:file "defpackage") + (:file "constant-data") + (:file "data-types") + (:file "libobjcl") + (:file "utilities") + (:file "weak-hash-tables") + (:file "memory-management") + (:file "method-invocation") + (:file "reader-syntax") (:file "objcl")) :serial t) |