feat(libplugin): added libplugin as a dependency and added fourdst-cli

This commit is contained in:
2025-08-04 13:45:03 -04:00
parent 9ba35ccc30
commit 2f756433b2
9 changed files with 234 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
project('fourdst', 'cpp', version: 'v0.5.3', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('fourdst', 'cpp', version: 'v0.6.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
add_project_arguments('-fvisibility=default', language: 'cpp')