The return of copying support
[cl-graph.git] / cl-graph.asd
index 9c21442..c1e13b4 100644 (file)
@@ -74,3 +74,8 @@ instructions."))
                         ((:module "graphviz"
                                   :components
                                   ((:file "graphviz-support-optional")))))))
+
+(asdf:defsystem-connection cl-graph-and-metacopy
+  :requires (cl-graph metacopy)
+  :components ((:module "dev"
+                        :components ((:file "copying")))))