blob: 6e7c6c8a076c488050505d57a634ba1c92e0e2cf [file] [log] [blame]
Christopher Dunnb2f72042007-06-13 15:48:30 +00001Import( 'env buildLibrary' )
2
3buildLibrary( env, Split( """
4 json_reader.cpp
5 json_value.cpp
6 json_writer.cpp
7 """ ),
8 'json' )