diff --git a/flint.yaml b/flint.yaml index d922775..7a17da8 100644 --- a/flint.yaml +++ b/flint.yaml @@ -1,33 +1,20 @@ -io: - type: lib - 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: +git: + test_framework: url: https://git.mtgames.nl/Dreaded_X/test_framework 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