hibiscus/renderer/rsdl/dub.sdl
2023-05-21 21:55:02 +01:00

7 lines
228 B
Plaintext

name "rsdl"
dependency "gameengine:engine" version=">=0.0.0"
dependency "bindbc-sdl" version="~>1.3.5"
targetType "library"
targetName "gameengine_rsdl"
# Source paths so this can compile properly
sourcePaths "./" "../../engine"