build(meson.build): updated to build PicoSHA2

This commit is contained in:
2025-02-17 12:59:16 -05:00
parent f973fec061
commit f44a07bac3

View File

@@ -5,6 +5,7 @@ add_project_arguments('-fvisibility=default', language: 'cpp')
# Build external dependencies first so that all the embedded resources are available to the other targets
subdir('build-config')
subdir('subprojects/PicoSHA2')
# Build the main project
subdir('src')