X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=cl-graph.asd;h=c1e13b4e875255f6fed0ea8a18b503536244f7b0;hb=65b29b990908dd664a3326096cdc78cb36a07162;hp=9c21442f46ddcb98489aa9947692bdcca2423797;hpb=b2600b046616c7072574c6afe7c40cf0b260de7c;p=cl-graph.git diff --git a/cl-graph.asd b/cl-graph.asd index 9c21442..c1e13b4 100644 --- a/cl-graph.asd +++ b/cl-graph.asd @@ -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")))))