1
0

Moved JSONCPP

This commit is contained in:
Alexander Harkness
2013-11-24 14:24:26 +00:00
parent 9c10729f00
commit 4c67f49c87
16 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Import( 'env buildLibrary' )
buildLibrary( env, Split( """
json_reader.cpp
json_value.cpp
json_writer.cpp
""" ),
'json' )