summaryrefslogtreecommitdiffhomepage
path: root/examples/simple_unique_socket
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 12:37:39 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 12:37:39 +0100
commit414cff930c56689aa9e479b836fd149b06564e7d (patch)
tree3fd5d5307b57be377320104bddd9cddd56b1cbf1 /examples/simple_unique_socket
parente85b8a1cf1624a9cbf3d719dd202ad57d43c2f4b (diff)
chore: Fix CMake configs.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/simple_unique_socket')
-rw-r--r--examples/simple_unique_socket/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple_unique_socket/CMakeLists.txt b/examples/simple_unique_socket/CMakeLists.txt
index 2cf3648..06d5119 100644
--- a/examples/simple_unique_socket/CMakeLists.txt
+++ b/examples/simple_unique_socket/CMakeLists.txt
@@ -11,5 +11,5 @@ find_package(Boost REQUIRED COMPONENTS container)
add_executable(NetworkExample example.cc)
set_property(TARGET NetworkExample PROPERTY CXX_STANDARD 20)
-target_include_directories(NetworkExample PUBLIC ../../include/ocl)
+target_include_directories(NetworkExample PUBLIC ../../include/)
target_link_libraries(NetworkExample PRIVATE Boost::container)