hibiscus/renderer/rsdl/dub.sdl

7 lines
228 B
Plaintext
Raw Normal View History

2023-05-20 18:37:04 +00:00
name "rsdl"
dependency "gameengine:engine" version=">=0.0.0"
dependency "bindbc-sdl" version="~>1.3.5"
2023-05-20 21:27:42 +00:00
targetType "library"
2023-05-20 18:37:04 +00:00
targetName "gameengine_rsdl"
2023-05-21 20:55:02 +00:00
# Source paths so this can compile properly
sourcePaths "./" "../../engine"