21 lines
638 B
JSON
21 lines
638 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"],
|
|
"depends": ["mimalloc", "uuid", "fmt", "json", "bzip2", "ltc", "o1heap", "zstd", "zlib", "lz4", "mbedtls"],
|
|
"features": ["guess-platform-code"],
|
|
"linkSources": "Source/Alloc.cpp",
|
|
"actions": [
|
|
{
|
|
"if": "win32",
|
|
"then": {
|
|
"links": ["Bcrypt.lib", "UxTheme.lib"]
|
|
}
|
|
}
|
|
]
|
|
} |