summaryrefslogtreecommitdiffhomepage
path: root/examples/cgi
diff options
context:
space:
mode:
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 ../../)