Split deduplication table processing from open to a separate file.

This commit is contained in:
2025-08-02 14:52:11 +01:00
parent 090ddfe2e7
commit abe8a2bc12
4 changed files with 289 additions and 243 deletions

View File

@@ -110,7 +110,8 @@ add_library(aaruformat SHARED include/aaruformat/consts.h include/aaruformat/enu
src/index/index_v1.c
include/internal.h
src/index/index_v2.c
src/blocks/data.c)
src/blocks/data.c
src/ddt/ddt_v1.c)
include_directories(include include/aaruformat)