summaryrefslogtreecommitdiffhomepage
path: root/examples/cgi
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-06-29 14:41:51 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-06-29 14:45:50 +0200
commit9158f48048eb8d56f4e9e6281d0c0b497690b4ee (patch)
treeef72be3044a7464f0606216ddf17c5c38bb9e964 /examples/cgi
parent5cd5d2bbad9976a1068cb610b10d80f6267f575f (diff)
feat: io/print.hpp: new print include header.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/cgi')
-rw-r--r--examples/cgi/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgi/CMakeLists.txt b/examples/cgi/CMakeLists.txt
index 6a93acf..391899f 100644
--- a/examples/cgi/CMakeLists.txt
+++ b/examples/cgi/CMakeLists.txt
@@ -9,4 +9,4 @@ project(
add_executable(CGI cgi.cc)
set_property(TARGET CGI PROPERTY CXX_STANDARD 20)
-target_include_directories(CGI PUBLIC ../../lib)
+target_include_directories(CGI PUBLIC ../../)