[Fix] (Cmake) Fixed the issue of including the header files of the ASIO library

This commit is contained in:
RISC-1145
2026-08-20 21:44:12 +08:00
parent eadf7bc474
commit d7ce0c48ef
+1 -1
View File
@@ -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