mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-24 00:57:05 +02:00
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
Import( 'env buildLibrary' )
|
|
|
|
buildLibrary( env, Split( """
|
|
json_reader.cpp
|
|
json_value.cpp
|
|
json_writer.cpp
|
|
""" ),
|
|
'json' )
|