1 Import( 'env buildLibrary' ) 2 3 buildLibrary( env, Split( """ 4 json_reader.cpp 5 json_value.cpp 6 json_writer.cpp 7 """ ), 8 'json' ) 9