Implement predefined CRCs and add libfort

This commit is contained in:
2022-08-19 21:58:18 +02:00
parent 199b48d963
commit 3040d8a23f
6 changed files with 217 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ pkg_check_modules(ELF REQUIRED libelf)
set (CFILES
main.c
version.c
named_crcs.c
)
set(GEN_HEADER_PATH "${CMAKE_CURRENT_BINARY_DIR}/include/generated")