* remove fastcluster * lock * rm there * and from release files old-commit-hash: 00a11a1a2b1258f043f7675215e528a0c08185dc
7 lines
246 B
Python
7 lines
246 B
Python
Import('env')
|
|
|
|
env.Library('json11', ['json11/json11.cpp'], CCFLAGS=env['CCFLAGS'] + ['-Wno-unqualified-std-cast-call'])
|
|
env.Append(CPPPATH=[Dir('json11')])
|
|
|
|
env.Library('kaitai', ['kaitai/kaitaistream.cpp'], CPPDEFINES=['KS_STR_ENCODING_NONE'])
|