feat(sandbox): added example input params

This commit is contained in:
2026-06-02 17:02:19 +02:00
parent 22083d5d11
commit 3d2eb46d0d
7 changed files with 50 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
cli11_proj = subproject('cli11')
cli11_dep = cli11_proj.get_variable('CLI11_dep')

View File

@@ -2,4 +2,5 @@ cmake = import('cmake')
subdir('fourdst')
subdir('xxHash')
subdir('CLI11')