summaryrefslogtreecommitdiff
path: root/cl-raytracer.asd
blob: 572721407b8e354d9f8634217908dec27cfb1525 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; cl-raytracer.asd

(asdf:defsystem #:cl-raytracer
  :description "Describe cl-raytracer here"
  :author "Jakob L. Kreuze"
  :license  "GPL"
  :version "0.0.1"
  :serial t
  :depends-on (#:trivia)
  :components ((:file "cl-raytracer"))
  :entry-point (uiop:symbol-call :cl-raytracer "MAIN"))