소스 검색

fix: 缺失ulwip的头文件路径,导致编译失败

Wendal Chen 1 년 전
부모
커밋
8a7d71020f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      luatos/components/luat/CMakeLists.txt

+ 1 - 0
luatos/components/luat/CMakeLists.txt

@@ -148,6 +148,7 @@ idf_component_register(SRC_DIRS ${LUATOS_ROOT}/luat/modules
                                 ${LUATOS_ROOT}/components/network/libhttp
                                 ${LUATOS_ROOT}/components/network/libemqtt
                                 ${LUATOS_ROOT}/components/network/libsntp
+                                ${LUATOS_ROOT}/components/network/ulwip/include/
                                 ${LUATOS_ROOT}/components/ethernet/common
                                 ${LUATOS_ROOT}/components/ethernet/w5500
                                 ${LUATOS_ROOT}/components/common