fix(picosha2_dep): moved picosha2_dep managment to opat-core subproject

This commit is contained in:
2025-03-24 05:06:40 -04:00
parent b88606815a
commit 8d3db04469
7 changed files with 3 additions and 543 deletions

View File

@@ -20,7 +20,6 @@ add_project_arguments('-DDATA_DIR=' + data_dir, language : 'cpp')
# Build external dependencies first so that all the embedded resources are available to the other targets
subdir('build-config')
subdir('subprojects/PicoSHA2')
subdir('assets/static')
@@ -28,4 +27,4 @@ subdir('assets/static')
subdir('src')
if get_option('build_tests')
subdir('tests')
endif
endif