From f44a07bac311d83aefe7b9c52c989a06e6e42b63 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Mon, 17 Feb 2025 12:59:16 -0500 Subject: [PATCH] build(meson.build): updated to build PicoSHA2 --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 3724fac..f5476a9 100644 --- a/meson.build +++ b/meson.build @@ -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')