feat: Enable conditional compilation for Policy Evaluation Framework in yaze target

This commit is contained in:
scawful
2025-10-02 14:29:53 -04:00
parent 510b11d9d7
commit fdead0e9e5
3 changed files with 47 additions and 4 deletions

View File

@@ -131,6 +131,9 @@ target_link_libraries(
ImGui
)
# Enable policy framework in main yaze target
target_compile_definitions(yaze PRIVATE YAZE_ENABLE_POLICY_FRAMEWORK=1)
# Increase stack size on Windows to prevent stack overflow during asset loading
# Windows default is 1MB, macOS/Linux is typically 8MB
# LoadAssets() loads 223 graphics sheets and initializes multiple editors