Split project into cli and shared object

Since it's a .so now I also added a C API that wraps TorrentRead
This commit is contained in:
King_DuckZ 2025-04-07 13:22:47 +01:00
commit 5a78ef04de
17 changed files with 355 additions and 20 deletions

View file

@ -1,5 +1,5 @@
project('ducktorrent', 'cpp',
version: '0.2.0',
version: '0.2.1',
meson_version: '>=0.63.0',
default_options: [
'buildtype=release',