AuroraRuntime/Aurora.json
2023-06-24 21:01:57 +01:00

93 lines
2.0 KiB
JSON

{
"type": "aurora",
"name": "AuroraRuntime",
"dllexport": [
"AURORA_ENGINE_KERNEL_EXPORT"
],
"dllimport": [],
"impDefines": [
"AURORA_ENGINE_KERNEL"
],
"staticImpDefines": "AURORA_ENGINE_KERNEL_STATIC",
"clangIgnore": [
"deprecated-declarations",
"c99-designator",
"reorder-init-list",
"ignored-attributes"
],
"defines": [],
"soft-depends": [
"wxwidgets",
"glm",
"bzip2",
"liblzma",
"lz4",
"brotli"
],
"depends": [
"auROXTL",
"AuroraInterfaces",
"AuroraEnum",
"mimalloc",
"uuid",
"fmt",
"json",
"ltc",
"o1heap",
"zstd",
"zlib",
"mbedtls"
],
"include-depends": [
"fmt",
"uuid",
"AuroraInterfaces",
"AuroraEnum",
"auROXTL"
],
"features": [
"guess-platform-code"
],
"linkSources": "Source/Alloc.cpp",
"actions": [
{
"filter": {
"platforms": "win32"
},
"then": {
"links": [
"Bcrypt.lib",
"UxTheme.lib",
"Aux_ulib.lib",
"Dbghelp.lib",
"ws2_32.lib",
"Ntdll.lib",
"wintrust.lib",
"Winmm.lib",
"Iphlpapi.lib"
]
}
},
{
"filter": {
"platforms": "linux"
},
"then": {
"links": [
"unwind",
"unwind-generic"
],
"actions": {
"filter": {
"archs": "x86_64"
},
"then": {
"links": [
"unwind-x86_64"
]
}
}
}
}
]
}