feat: Enhance modular build support and update Abseil integration for macOS

This commit is contained in:
scawful
2025-10-03 19:10:59 -04:00
parent c3eaace72c
commit c9f439207e
6 changed files with 59 additions and 23 deletions

View File

@@ -121,24 +121,14 @@ target_include_directories(
if(YAZE_USE_MODULAR_BUILD)
target_link_libraries(
z3ed PRIVATE
yaze_util
yaze_gfx
yaze_zelda3
yaze_core_lib
yaze_agent
yaze_core
ftxui::component
ftxui::screen
ftxui::dom
absl::flags
absl::flags_parse
)
else()
target_link_libraries(
z3ed PRIVATE
yaze_core
ftxui::component
ftxui::screen
ftxui::dom
absl::flags
absl::flags_parse
)