43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"type":"LIBRARY",
|
|
"group-id":"org.boost",
|
|
"description":"boost:boost-type-erasure library",
|
|
"license":"boost-v1.0",
|
|
"license-file":"file://boost/LICENCE_1_0.txt",
|
|
"version":"file://version.txt",
|
|
"source": [
|
|
"boost/libs/type_erasure/src/dynamic_binding.cpp"
|
|
],
|
|
"compilation-version": {
|
|
"c++": 2011
|
|
},
|
|
"flag": {
|
|
"c++": [
|
|
"-DBOOST_ALL_NO_LIB=1",
|
|
"-DBOOST_CHRONO_DYN_LINK=1",
|
|
"-DBOOST_SYSTEM_DYN_LINK=1",
|
|
"-DBOOST_THREAD_BUILD_DLL=1",
|
|
"-DBOOST_THREAD_POSIX",
|
|
"-DBOOST_THREAD_USE_DLL=1",
|
|
"-DBOOST_TYPE_ERASURE_DYN_LINK",
|
|
"-DNDEBUG"
|
|
],
|
|
"c": [
|
|
"-fvisibility-inlines-hidden",
|
|
"-finline-functions",
|
|
"-Wno-inline",
|
|
"-Wall",
|
|
"-fvisibility=hidden"
|
|
]
|
|
},
|
|
"dependency": [
|
|
"z",
|
|
"m",
|
|
"boost-include",
|
|
"pthread",
|
|
"boost-thread",
|
|
"boost-system",
|
|
"boost-chrono"
|
|
]
|
|
}
|