23 lines
851 B
JSON
23 lines
851 B
JSON
{
|
|
"type": "aurora",
|
|
"name": "AuroraRuntime",
|
|
"dllexport": ["AURORA_ENGINE_KERNEL_EXPORT"],
|
|
"dllimport": [],
|
|
"impDefines": ["AURORA_ENGINE_KERNEL"],
|
|
"staticImpDefines": "AURORA_ENGINE_KERNEL_STATIC",
|
|
"defines": [],
|
|
"soft-depends": ["wxwidgets", "glm", "bzip2", "lz4"],
|
|
"depends": ["AuroraInterfaces", "AuroraEnum", "mimalloc", "uuid", "fmt", "json", "ltc", "o1heap", "zstd", "zlib", "mbedtls"],
|
|
"include-depends": ["fmt", "uuid", "AuroraInterfaces", "AuroraEnum"],
|
|
"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", "Wer.lib", "wintrust.lib"]
|
|
}
|
|
}
|
|
]
|
|
}
|