feat(python-eos): work on python eos module
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user