OCT 修正编译报错问题

This commit is contained in:
dongwenze 2023-02-22 15:33:03 +08:00
parent e1b19f4463
commit db7bcabdd9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PROJECT(${DHCPD_PROJECT_TARGET} CXX)
ADD_DEFINITIONS(-Wno-write-strings) ADD_DEFINITIONS(-Wno-write-strings)
INCLUDE_DIRECTORIES(../libs/include ./ ../httpserver/include) INCLUDE_DIRECTORIES(../libs/include ./ ../libs/mongoose)
FILE(GLOB DHCPD_HEADS ./*.h) FILE(GLOB DHCPD_HEADS ./*.h)