hibiscus/test/dub.sdl

9 lines
305 B
Plaintext
Raw Normal View History

2023-05-20 21:27:42 +00:00
name "test"
description "Test of the game engine"
authors "Tulpenkiste"
copyright "Copyright © 2023, Tulpenkiste"
license "GPL-3.0"
targetType "executable"
dependency "gameengine:engine" version="*"
dependency "gameengine:rsdl" version="*"
sourcePaths "./" "../engine/source" "../../renderer/rsdl/source"