boost-lutin/GLD_boost-contract.json

38 lines
810 B
JSON

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-contract library",
"license":"boost-v1.0",
"license-file":"file://boost/LICENCE_1_0.txt",
"version":"file://version.txt",
"source": [
"boost/libs/contract/src/contract.cpp"
],
"compilation-version": {
"c++": 2011
},
"flag": {
"c++": [
"-DBOOST_ALL_NO_LIB=1",
"-DBOOST_CONTRACT_DYN_LINK",
"-DNDEBUG"
],
"c": [
"-fvisibility-inlines-hidden",
"-finline-functions",
"-Wno-inline",
"-Wall",
"-fvisibility=hidden"
]
},
"path": [
"boost"
],
"dependency": [
"z",
"m",
"boost-include",
"pthread"
]
}