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)