axmol/external/json/sconscript

9 lines
146 B
Plaintext
Raw Normal View History

2013-06-06 12:02:54 +08:00
Import( 'env buildLibrary' )
buildLibrary( env, Split( """
json_reader.cpp
json_value.cpp
json_writer.cpp
""" ),
'json' )