feat(meshView): simple mesh view utility added

This commit is contained in:
2025-03-03 09:51:16 -05:00
parent 3e69162ba0
commit ff2b850f90
4 changed files with 41 additions and 1 deletions

View File

@@ -11,4 +11,7 @@ subdir('subprojects/PicoSHA2')
subdir('src')
if get_option('build_tests')
subdir('tests')
endif
endif
# Build the utilities
subdir('utils')