Skip to content

Commit

Permalink
added tools defsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbibotton committed Aug 23, 2022
1 parent dcd8197 commit 9ccba93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions clos-contact.asd
Expand Up @@ -12,3 +12,11 @@
(:file "report-contacts")
(:file "report-events")))

(asdf:defsystem #:clos-contact/tools
:defsystem-depends-on (:clog)
:depends-on (#:clos-contact #:clog/tools)
:components ((:clog-file "config-event-types")
(:clog-file "contact-event")
(:clog-file "manage-contacts")
(:clog-file "report-contacts")
(:clog-file "report-events")))

0 comments on commit 9ccba93

Please sign in to comment.