X-Git-Url: http://git.kpe.io/?p=cl-photo.git;a=blobdiff_plain;f=cl-photo.asd;h=51d3993537ffe36c5b68263b66bcbe302cb1c2fa;hp=da725f3a7e33c1398f4a8bef08a7997b38a38e7b;hb=b95675fd79eb1c5a791267cdc4fc0584c4f14b3b;hpb=afb52c66a55ede18c0dc3b9ca8ee4cf0e7570937 diff --git a/cl-photo.asd b/cl-photo.asd index da725f3..51d3993 100644 --- a/cl-photo.asd +++ b/cl-photo.asd @@ -29,12 +29,14 @@ :description "Lisp Markup Language" :long-description "cl-photo calculates photography values." + :depends-on (kmrcl) :components ((:file "package") (:file "convert" :depends-on ("package")) - (:file "fov" :depends-on ("convert")) - (:file "dof" :depends-on ("convert")) - )) + (:file "cameras" :depends-on ("convert")) + (:file "fov" :depends-on ("cameras")) + (:file "dof" :depends-on ("fov")) + (:file "tables" :depends-on ("dof" "fov")))) (defmethod perform ((o test-op) (c (eql (find-system 'cl-photo)))) (operate 'load-op 'cl-photo-tests)