Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sconscript « src « jsoncpp « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e7c6c8a076c488050505d57a634ba1c92e0e2cf (plain)
1
2
3
4
5
6
7
8
Import( 'env buildLibrary' )

buildLibrary( env, Split( """
    json_reader.cpp 
    json_value.cpp 
    json_writer.cpp
     """ ),
    'json' )