bringing run to life again
[woropt.git] / vol.asd
blob59a942e133e157cd3a4148c5f04844ddb84ff52d
1 (asdf:defsystem vol
2   :depends-on (:alexandria :vector)
3   :serial t
4   :components ((:file "vol-package")
5                (:file "vol-macro-macros")
6                (:file "vol-macros")
7                (:file "vol-convert")
8                (:file "vol-interpolation")
9                (:file "vol-pgm")
10                (:file "vol-operators")
11                (:file "vol-misc")
12                (:file "vol-bbox")
13                (:file "vol-fft-helper")
14                (:file "fftw-fft")
15                (:file "vol-draw")
16                (:file "vol-convolve")))