50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"org.boost",
|
|
"description":"boost:boost-wave library",
|
|
"license":"boost-v1.0",
|
|
"license-file":"file://boost/LICENCE_1_0.txt",
|
|
"version":"file://version.txt",
|
|
"source": [
|
|
"boost/libs/wave/src/instantiate_cpp_exprgrammar.cpp",
|
|
"boost/libs/wave/src/instantiate_cpp_grammar.cpp",
|
|
"boost/libs/wave/src/instantiate_cpp_literalgrs.cpp",
|
|
"boost/libs/wave/src/instantiate_defined_grammar.cpp",
|
|
"boost/libs/wave/src/instantiate_has_include_grammar.cpp",
|
|
"boost/libs/wave/src/instantiate_predef_macros.cpp",
|
|
"boost/libs/wave/src/instantiate_re2c_lexer.cpp",
|
|
"boost/libs/wave/src/instantiate_re2c_lexer_str.cpp",
|
|
"boost/libs/wave/src/token_ids.cpp",
|
|
"boost/libs/wave/src/wave_config_constant.cpp",
|
|
"boost/libs/wave/src/cpplexer/re2clex/aq.cpp",
|
|
"boost/libs/wave/src/cpplexer/re2clex/cpp_re.cpp"
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2011
|
|
},
|
|
"flag": {
|
|
"c++": [
|
|
"-DBOOST_ALL_DYN_LINK=1",
|
|
"-DBOOST_ALL_NO_LIB=1",
|
|
"-DNDEBUG"
|
|
],
|
|
"c": [
|
|
"-fvisibility-inlines-hidden",
|
|
"-finline-functions",
|
|
"-Wno-inline",
|
|
"-Wall",
|
|
"-fvisibility=hidden",
|
|
"-w"
|
|
]
|
|
},
|
|
"dependency": [
|
|
"z",
|
|
"m",
|
|
"boost-include",
|
|
"pthread",
|
|
"boost-filesystem",
|
|
"boost-thread",
|
|
"boost-chrono"
|
|
]
|
|
}
|