[Chore] (EGL_EMU.*): Change EGL_EMU.* into VK/EGL_EMU.*.

This commit is contained in:
BZLZHH
2025-04-04 09:31:10 +08:00
parent 3ea184d187
commit 6b102c67c3
3 changed files with 15 additions and 10 deletions
+2 -5
View File
@@ -42,11 +42,8 @@ add_library(${CMAKE_PROJECT_NAME} SHARED
# MG_UTIL/Debug
MG/MG_UTIL/Debug/Debug.cpp
# MG_GL/TEMP_MESA
#MG/MG_GL/TEMP_MESA/MesaEmu.cpp
# MG_GL/EGL_EMU
MG/MG_GL/EGL/EGL_EMU.cpp
# MG_GL/EGL
MG/MG_GL/EGL/VK/EGL_EMU.cpp
)
target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE ./includes)