7 lines
185 B
7 lines
185 B
5 years ago
|
Import('env')
|
||
|
|
||
|
env.Library('json11', ['json11/json11.cpp'])
|
||
|
env.Append(CPPPATH=[Dir('json11')])
|
||
4 years ago
|
|
||
|
env.Library('kaitai', ['kaitai/kaitaistream.cpp'], CPPDEFINES=['KS_STR_ENCODING_NONE'])
|