Add sdfinfo and sdfexport command

This commit is contained in:
Zhi Guan
2024-06-06 22:07:44 +08:00
parent 6f5cfa6382
commit 4363740477
6 changed files with 322 additions and 1 deletions

View File

@@ -552,7 +552,7 @@ if (ENABLE_SDF)
src/sdf/sdf_meth.c
src/sdf/sdf_ext.c
src/sdf/sdf_sansec.c)
list(APPEND tools tools/sdfutil.c tools/sdftest.c)
list(APPEND tools tools/sdfutil.c tools/sdfinfo.c tools/sdfexport.c tools/sdftest.c)
endif()