Download this file
16 lines (12 with data), 467 Bytes
;;; -*- lisp -*-
(defpackage #:lispbuilder-opengl-examples-system
(:use #:cl #:asdf))
(in-package #:lispbuilder-opengl-examples-system)
(defsystem lispbuilder-opengl-examples
:description "Examples for the lispbuilder-opengl package."
:depends-on (cffi lispbuilder-sdl lispbuilder-opengl-1-1)
:components
((:module "examples"
:components
((:file "package")
(:file "SDL_examples_1_4 (gears)" :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.