Updated flint file to new format

This commit is contained in:
Dreaded_X 2020-05-06 18:24:39 +02:00
parent 913976015a
commit ccf0707a0e

View File

@ -1,33 +1,20 @@
io: git:
type: lib test_framework:
path: .
test:
type: exe
path: test
dependency:
- io
- logging
- 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 url: https://git.mtgames.nl/Dreaded_X/test_framework
revision: master revision: master
dependency:
- logging include:
- .build/git/test_framework/flint.yaml
targets:
io:
type: lib
path: .
test:
type: exe
path: test
dependency:
- io
- logging
- test_framework