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"
|
2023-05-22 20:42:34 +00:00
|
|
|
dependency "hibis:core" version="*"
|
2023-05-22 20:22:13 +00:00
|
|
|
dependency "hibis:rsdl" version="*"
|
2023-05-22 20:24:15 +00:00
|
|
|
sourcePaths "./" "../core" "../renderer/rsdl"
|