This commit is contained in:
NishiOwO 2025-04-11 15:31:23 +09:00
parent 8727391213
commit 9450a1c8d8
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343

View File

@ -254,6 +254,11 @@ project("NishBox")
})
optimize("On")
msvc_filters()
filter({
"options:cc=msc",
"options:engine=static"
})
linkoptions({"/MANIFEST"})
filter({})
project("Engine")