Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
github.com
/
open-source-parsers
/
jsoncpp
/
24f544996f67a31f116b51fee51a553e452a20d2
/
.
/
src
/
lib_json
/
sconscript
blob: 6e7c6c8a076c488050505d57a634ba1c92e0e2cf [
file
] [
log
] [
blame
]
Christopher Dunn
b2f7204
2007-06-13 15:48:30 +0000
[
diff
] [
blame
]
1
Import
(
'env buildLibrary'
)
2
3
buildLibrary
(
env
,
Split
(
"""
4
json_reader.cpp
5
json_value.cpp
6
json_writer.cpp
7
"""
),
8
'json'
)