blob: 6e7c6c8a076c488050505d57a634ba1c92e0e2cf [file] [log] [blame]
Leon Scroggins IIIf59fb0e2014-05-28 15:19:42 -04001Import( 'env buildLibrary' )
2
3buildLibrary( env, Split( """
4 json_reader.cpp
5 json_value.cpp
6 json_writer.cpp
7 """ ),
8 'json' )