chore: update yaze_emu_test linking to include core libraries

- Added `yaze_app_core_lib` and `yaze_editor` to the linking of the `yaze_emu_test` target in the CMake configuration.
- This change enhances the test's access to core application functionalities, improving test coverage and reliability.

Benefits:
- Ensures that the emulator tests have the necessary dependencies linked, facilitating more comprehensive testing of the emulator's features.
This commit is contained in:
scawful
2025-10-21 21:28:15 -04:00
parent c25eb95081
commit 1668e8add7

View File

@@ -47,6 +47,8 @@ if(YAZE_BUILD_EMU AND NOT YAZE_MINIMAL_BUILD)
${PROJECT_BINARY_DIR}
)
target_link_libraries(yaze_emu_test PRIVATE
yaze_app_core_lib
yaze_editor
yaze_emulator
yaze_util
absl::flags