hibiscus/test/dub.sdl

10 lines
309 B
Plaintext
Raw Normal View History

2023-05-20 21:27:42 +00:00
name "test"
2023-05-22 20:22:13 +00:00
description "Test of the Hibis game engine"
2023-05-20 21:27:42 +00:00
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"
2023-05-22 20:22:13 +00:00
targetName "hibistest.exec"
dependency "hibis:core" version="*"
2023-05-22 20:22:13 +00:00
dependency "hibis:rsdl" version="*"
sourcePaths "./" "../core" "../renderer/rsdl"