Updated flint file to new format
This commit is contained in:
parent
913976015a
commit
ccf0707a0e
31
flint.yaml
31
flint.yaml
|
@ -1,3 +1,12 @@
|
||||||
|
git:
|
||||||
|
test_framework:
|
||||||
|
url: https://git.mtgames.nl/Dreaded_X/test_framework
|
||||||
|
revision: master
|
||||||
|
|
||||||
|
include:
|
||||||
|
- .build/git/test_framework/flint.yaml
|
||||||
|
|
||||||
|
targets:
|
||||||
io:
|
io:
|
||||||
type: lib
|
type: lib
|
||||||
path: .
|
path: .
|
||||||
|
@ -9,25 +18,3 @@ test:
|
||||||
- io
|
- io
|
||||||
- logging
|
- logging
|
||||||
- test_framework
|
- test_framework
|
||||||
|
|
||||||
fmt:
|
|
||||||
type: lib
|
|
||||||
git:
|
|
||||||
url: https://github.com/fmtlib/fmt
|
|
||||||
revision: 6.1.2
|
|
||||||
|
|
||||||
logging:
|
|
||||||
type: lib
|
|
||||||
git:
|
|
||||||
url: https://git.mtgames.nl/Dreaded_X/logging
|
|
||||||
revision: master
|
|
||||||
dependency:
|
|
||||||
- fmt
|
|
||||||
|
|
||||||
test_framework:
|
|
||||||
type: lib
|
|
||||||
git:
|
|
||||||
url: https://git.mtgames.nl/Dreaded_X/test_framework
|
|
||||||
revision: master
|
|
||||||
dependency:
|
|
||||||
- logging
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user