From db7bcabdd9a023d6b25412cd6abcac8fff98acc4 Mon Sep 17 00:00:00 2001 From: dongwenze Date: Wed, 22 Feb 2023 15:33:03 +0800 Subject: [PATCH] =?UTF-8?q?OCT=20=E4=BF=AE=E6=AD=A3=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- srcs/opendhcp183/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcs/opendhcp183/CMakeLists.txt b/srcs/opendhcp183/CMakeLists.txt index c64c740..f26d8fe 100644 --- a/srcs/opendhcp183/CMakeLists.txt +++ b/srcs/opendhcp183/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT(${DHCPD_PROJECT_TARGET} CXX) ADD_DEFINITIONS(-Wno-write-strings) -INCLUDE_DIRECTORIES(../libs/include ./ ../httpserver/include) +INCLUDE_DIRECTORIES(../libs/include ./ ../libs/mongoose) FILE(GLOB DHCPD_HEADS ./*.h)