adjusted merit-function so that it works with
[woropt.git] / frontend.asd
blobc734559fbac1b4eaea8c3ec49b614049694aa03b
1 (asdf:defsystem frontend
2   :depends-on (:alexandria :vector :vol :psf :simplex-anneal :raytrace :lens
3                            :bresenham :gui)
4   :components ((:module "frontend" :serial t
5                         :components ((:file "package")
6                                      (:file "draw")
7                                      (:file "angular-psf")
8                                      (:file "model")
9                                      (:file "simulate-angular")
10                                      (:file "merit")
11                                      (:file "draw-model")))))