Add id48lib and second half of key recovery.

This commit is contained in:
Henry Gabryjelski 2024-03-02 23:36:36 -08:00
commit 4ebd6d4bff
16 changed files with 11107 additions and 14 deletions

View file

@ -7,6 +7,9 @@ endif()
if (NOT TARGET pm3rrg_rdv4_hardnested)
include(hardnested.cmake)
endif()
if (NOT TARGET pm3rrg_rdv4_id48)
include(id48lib.cmake)
endif()
if (NOT TARGET pm3rrg_rdv4_jansson)
include(jansson.cmake)
endif()