diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-09 02:33:57 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-09 02:33:57 +0100 |
| commit | d00417533e197bc33faa4a14602e098a94f5a955 (patch) | |
| tree | 5c13849af857197ae6be936942a22d237db5d2b6 /examples/simple_unique_socket/CMakeLists.txt | |
| parent | 7b7c482846befb1fd7b01e2edc372e0faf45f825 (diff) | |
chore: codebase cleanup.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/simple_unique_socket/CMakeLists.txt')
| -rw-r--r-- | examples/simple_unique_socket/CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/simple_unique_socket/CMakeLists.txt b/examples/simple_unique_socket/CMakeLists.txt deleted file mode 100644 index 2cf3648..0000000 --- a/examples/simple_unique_socket/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ - -cmake_minimum_required(VERSION 3.15...3.31) - -project( - NetworkExample - VERSION 1.0 - LANGUAGES CXX) - -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_link_libraries(NetworkExample PRIVATE Boost::container) |
