Move the Kryoflux and Catweasel stuff into external.

This commit is contained in:
David Given
2024-10-15 00:52:02 +02:00
parent 7983a4b883
commit 7da4e15b73
12 changed files with 12 additions and 12 deletions

View File

@@ -9,12 +9,16 @@ cxxlibrary(
srcs=[
"./ldbs.cc",
"./fl2.cc",
"./kryoflux.cc",
"./catweasel.cc",
],
hdrs={
"lib/external/ldbs.h": "./ldbs.h",
"lib/external/a2r.h": "./a2r.h",
"lib/external/scp.h": "./scp.h",
"lib/external/fl2.h": "./fl2.h",
"lib/external/kryoflux.h": "./kryoflux.h",
"lib/external/catweasel.h": "./catweasel.h",
},
deps=["lib/core", ".+fl2_proto_lib", "lib/data"],
)