mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-11 10:25:47 +02:00
- reorganized repository to match standard layout
This commit is contained in:
8
src/lib_json/sconscript
Normal file
8
src/lib_json/sconscript
Normal file
@@ -0,0 +1,8 @@
|
||||
Import( 'env buildLibary' )
|
||||
|
||||
buildLibary( env, Split( """
|
||||
json_reader.cpp
|
||||
json_value.cpp
|
||||
json_writer.cpp
|
||||
""" ),
|
||||
'json' )
|
Reference in New Issue
Block a user