boost-lutin/GLD_boost-regex.json

40 lines
1.0 KiB
JSON

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