Download this file
17 lines (14 with data), 468 Bytes
;;; -*- lisp -*-
(defpackage #:lispbuilder-cal3d-examples-system
(:use #:cl #:asdf))
(in-package #:lispbuilder-cal3d-examples-system)
(defsystem lispbuilder-cal3d-examples
:description "Examples for the lispbuilder-cal3d package."
:version "0.1"
:depends-on (cffi lispbuilder-sdl lispbuilder-cal3d lispbuilder-openrm)
:components
((:module "examples"
:components
((:file "package")
(:file "cal3d_demo" :depends-on ("package"))
))))
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.