;;;; business-tycoon.asd (asdf:defsystem #:business-tycoon :description "Describe business-tycoon here" :author "Your Name " :license "Specify license here" :version "0.0.1" :serial t :depends-on (#:cl-glfw3 #:cl-opengl #:trivial-main-thread #:cffi #:png-read) :components ((:module "src" :serial t :components ((:file "package") (:file "shader") (:file "observable") (:file "renderer") (:file "window") (:file "business-tycoon")))))