Add imgui_test_engine include path to CMake configuration

- Updated CMake files for both emu and z3ed to include the imgui_test_engine directory in the target include directories.
- This change ensures that the necessary headers for the imgui_test_engine are accessible during the build process, facilitating UI testing capabilities.
This commit is contained in:
scawful
2025-09-26 23:41:46 -04:00
parent 2948ffc746
commit 01ab9951e9
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ if(NOT YAZE_MINIMAL_BUILD)
${CMAKE_SOURCE_DIR}/src/lib/asar/src/asar-dll-bindings/c
${CMAKE_SOURCE_DIR}/incl/
${CMAKE_SOURCE_DIR}/src/
${CMAKE_SOURCE_DIR}/src/lib/imgui_test_engine
${PNG_INCLUDE_DIRS}
${SDL2_INCLUDE_DIR}
${PROJECT_BINARY_DIR}