Spruce-Basin/dub.sdl
Aidan C. Mullen dd8e9d4296 Add base files for bindings
Add base files for C++ and D that will interface with the existing C integration.
2025-03-05 00:10:19 -05:00

12 lines
365 B
Text

name "spruce-basin"
description "Source material."
authors "AUTHORS"
copyright "Copyright © 2025, AUTHORS"
license "proprietary"
dependency "godot-dlang" version="~master"
configuration "spruce-basin" {
targetType "dynamicLibrary"
dflags "-dllimport=defaultLibsOnly" platform="windows-ldc2"
targetName "bld/out/spruce-basin"
mainSourceFile "src/init/bind.d"
}