boost-lutin/GLD_boost-filesystem.json

53 lines
1.5 KiB
JSON

{
"type":"LIBRARY",
"group-id":"org.boost",
"description":"boost:boost-filesystem library",
"license":"boost-v1.0",
"license-file":"file://boost/LICENCE_1_0.txt",
"version":"file://version.txt",
"source": [
"boost/libs/filesystem/src/codecvt_error_category.cpp",
"boost/libs/filesystem/src/exception.cpp",
"boost/libs/filesystem/src/directory.cpp",
"boost/libs/filesystem/src/operations.cpp",
"boost/libs/filesystem/src/path.cpp",
"boost/libs/filesystem/src/path_traits.cpp",
"boost/libs/filesystem/src/portability.cpp",
"boost/libs/filesystem/src/unique_path.cpp",
"boost/libs/filesystem/src/utf8_codecvt_facet.cpp",
"boost/libs/filesystem/src/windows_file_codecvt.cpp"
],
"compilation-version": {
"c++": 2011
},
"flag": {
"c++": [
"-DBOOST_ALL_NO_LIB=1",
"-DBOOST_FILESYSTEM_DYN_LINK=1",
"-DBOOST_FILESYSTEM_HAS_STATX",
"-DBOOST_FILESYSTEM_HAS_STATX_SYSCALL",
"-DBOOST_FILESYSTEM_HAS_STAT_ST_MTIM",
"-DBOOST_FILESYSTEM_SOURCE",
"-DNDEBUG"
],
"c": [
"-fvisibility-inlines-hidden",
"-finline-functions",
"-Wno-inline",
"-Wall",
"-fvisibility=hidden"
]
},
"path": {
"c++": [
"boost/libs/filesystem/src"
]
},
"dependency": [
"z",
"m",
"boost-include",
"pthread"
]
}