hibiscus/test/dub.sdl

9 lines
289 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"
2023-05-21 20:55:02 +00:00
license "LGPL-3.0"
2023-05-20 21:27:42 +00:00
targetType "executable"
dependency "gameengine:engine" version="*"
dependency "gameengine:rsdl" version="*"
2023-05-21 20:55:02 +00:00
sourcePaths "./" "../engine" "../renderer/rsdl"