From 15b1b7beb233933d0649ceb086401e61e61deb99 Mon Sep 17 00:00:00 2001 From: TriantaTV Date: Sat, 30 Sep 2023 01:41:36 -0500 Subject: [PATCH] Always check before pushing >.> --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2cf01d3..81213aa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,5 +6,5 @@ add_executable(proxy ./multi_threads.cpp ) -target_include_directories(proxy-network PUBLIC ${CMAKE_CURRENT_LIST_DIR}) +target_include_directories(web_server PUBLIC ${CMAKE_CURRENT_LIST_DIR})