feat(python-eos): work on python eos module

This commit is contained in:
2025-05-13 14:18:38 -04:00
parent bc36dd459d
commit b5980ea57a
9 changed files with 81 additions and 21 deletions

View File

@@ -1,12 +1,12 @@
# Define the library
eos_sources = files(
'private/helm.cpp',
'private/eosIO.cpp'
'private/EOSio.cpp'
)
eos_headers = files(
'public/helm.h',
'public/eosIO.h'
'public/EOSio.h'
)
dependencies = [