From d7ce0c48efb063ac5874c4ad0620727703fe9414 Mon Sep 17 00:00:00 2001 From: RISC-1145 Date: Thu, 20 Aug 2026 21:44:12 +0800 Subject: [PATCH] [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