Home | History | Annotate | Download | only in jsoncpp

Lines Matching defs:add_file

22     def add_file( self, relative_input_path, wrap_in_comment=False ):
63 header.add_file( 'LICENSE', wrap_in_comment=True )
69 header.add_file( 'include/json/config.h' )
70 header.add_file( 'include/json/forwards.h' )
71 header.add_file( 'include/json/features.h' )
72 header.add_file( 'include/json/value.h' )
73 header.add_file( 'include/json/reader.h' )
74 header.add_file( 'include/json/writer.h' )
88 header.add_file( 'LICENSE', wrap_in_comment=True )
94 header.add_file( 'include/json/config.h' )
95 header.add_file( 'include/json/forwards.h' )
107 source.add_file( 'LICENSE', wrap_in_comment=True )
112 source.add_file( os.path.join(lib_json, 'json_tool.h') )
113 source.add_file( os.path.join(lib_json, 'json_reader.cpp') )
114 source.add_file( os.path.join(lib_json, 'json_batchallocator.h') )
115 source.add_file( os.path.join(lib_json, 'json_valueiterator.inl') )
116 source.add_file( os.path.join(lib_json, 'json_value.cpp') )
117 source.add_file( os.path.join(lib_json, 'json_writer.cpp') )