boost-lutin/GLD_boost-include.json

23 lines
462 B
JSON

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost include library",
"license":"boost-v1.0",
"license-file":"file://boost/LICENCE_1_0.txt",
"version":"file://version.txt",
"compilation-version": {
"c++": 2011
},
"path": [
"boost"
],
"header":[
{
"path":"boost/boost",
"filter": "*",
"recursive":true,
"to":"boost"
}
]
}