flight-sim/flight-sim.asd

12 lines
245 B
Common Lisp

;;;; flight-sim.asd
(asdf:defsystem #:flight-sim
:serial t
:depends-on (#:cl-opengl
#:cl-glu
#:lispbuilder-sdl)
:components ((:file "package")
(:file "flight-sim")
(:file "physics")))