Split the dependency so that the encoders/decoders don't depend on arch.

This commit is contained in:
David Given
2024-10-16 21:00:48 +02:00
parent ea35551b9d
commit 6d3969ab79
10 changed files with 133 additions and 121 deletions

View File

@@ -27,6 +27,7 @@ cxxlibrary(
"./lib/decoders/fmmfm.cc",
"./lib/encoders/encoders.cc",
"./lib/readerwriter.cc",
"./arch/arch.cc",
"./arch/aeslanier/decoder.cc",
"./arch/agat/agat.cc",
"./arch/agat/decoder.cc",
@@ -89,6 +90,7 @@ cxxlibrary(
"arch/c64/data_gcr.h": "./arch/c64/data_gcr.h",
"arch/c64/c64.h": "./arch/c64/c64.h",
"arch/tartu/tartu.h": "./arch/tartu/tartu.h",
"arch/arch.h": "./arch/arch.h",
"lib/decoders/decoders.h": "./lib/decoders/decoders.h",
"lib/decoders/fluxdecoder.h": "./lib/decoders/fluxdecoder.h",
"lib/decoders/rawbits.h": "./lib/decoders/rawbits.h",