[DEV] add GLD interface
This commit is contained in:
parent
9db4def052
commit
7c6cc34714
22
GLD_jsoncpp-test.json
Normal file
22
GLD_jsoncpp-test.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"type":"BINARY",
|
||||
"sub-type":"TEST",
|
||||
"group-id":"jsoncpp",
|
||||
"description":"jsoncpp test unit",
|
||||
"version":"file://version.txt",
|
||||
|
||||
"source": [
|
||||
"jsoncpp/src/test_lib_json/fuzz.cpp",
|
||||
"jsoncpp/src/test_lib_json/jsontest.cpp",
|
||||
"jsoncpp/src/test_lib_json/main.cpp"
|
||||
],
|
||||
"path": [
|
||||
"jsoncpp/src/test_lib_json"
|
||||
],
|
||||
"dependency": [
|
||||
"jsoncpp"
|
||||
],
|
||||
"compilation-version": {
|
||||
"c++": 2011
|
||||
}
|
||||
}
|
30
GLD_jsoncpp.json
Normal file
30
GLD_jsoncpp.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"type":"LIBRARY",
|
||||
"group-id":"jsoncpp",
|
||||
"description":"jsoncpp library",
|
||||
"version":"file://version.txt",
|
||||
|
||||
"source": [
|
||||
"jsoncpp/src/lib_json/json_reader.cpp",
|
||||
"jsoncpp/src/lib_json/json_value.cpp",
|
||||
"jsoncpp/src/lib_json/json_writer.cpp"
|
||||
],
|
||||
"header-install-mode": "AFTER",
|
||||
"header": [
|
||||
{
|
||||
"path": "jsoncpp/include/",
|
||||
"filter": "*.h",
|
||||
"to": ""
|
||||
}
|
||||
],
|
||||
"path": [
|
||||
"jsoncpp/include/",
|
||||
"jsoncpp/src/lib_json/"
|
||||
],
|
||||
"dependency": [
|
||||
"cxx"
|
||||
],
|
||||
"compilation-version": {
|
||||
"c++": 2011
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user