From d7ce0c48efb063ac5874c4ad0620727703fe9414 Mon Sep 17 00:00:00 2001 From: RISC-1145 Date: Thu, 20 Aug 2026 21:44:12 +0800 Subject: [PATCH 1/2] [Fix] (Cmake) Fixed the issue of including the header files of the ASIO library --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93efd897..59575e12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -463,7 +463,7 @@ set(MOBILEGL_INCLUDE_DIR # Header-only submodule: no add_subdirectory, no link target. Only # MG_Util/Async/ShaderCompilePool.cpp includes it, and it stays behind that file's # pimpl so no consumer target needs this path. - ${CMAKE_SOURCE_DIR}/3rdparty/asio/asio/include + ${CMAKE_SOURCE_DIR}/3rdparty/asio/include ) add_library(${CMAKE_PROJECT_NAME} SHARED From ee124018a22a32332d2014a03fd1c5ee683cf35e Mon Sep 17 00:00:00 2001 From: RISC-1145 Date: Thu, 20 Aug 2026 21:46:01 +0800 Subject: [PATCH 2/2] [Fix] (git) Added the ignored item .gradle --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f64d7d26..d8a2f09a 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ MobileGL/MG*/cmake-build* tools/trace_replay/work/ __pycache__/ *.py[cod] +/.gradle