ecs/flint.yaml

66 lines
1.1 KiB
YAML

git:
sol2:
url: https://github.com/ThePhD/sol2
revision: v3.2.0
stduuid:
url: https://github.com/mariusbancila/stduuid
io:
url: https://git.mtgames.nl/Dreaded_X/io
include:
- .build/git/io/flint.yaml
targets:
sol2:
type: lib
git: sol2
auto: false
include:
- single/include/sol
link:
- lua
stduuid:
type: lib
git: stduuid
platform:
linux:
link:
- uuid
ecs:
type: lib
path: ecs
dependency:
- stduuid
ecs_serial:
type: lib
path: ecs-serial
dependency:
- ecs
- io
ecs-lua:
type: lib
path: ecs-lua
dependency:
- ecs
- sol2
optional:
- ecs_serial
test:
type: exe
path: test
include:
- generated
dependency:
- ecs
- ecs-lua
- ecs_serial