summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta_net/CMakeLists.txt')
-rw-r--r--src/meta_net/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/meta_net/CMakeLists.txt b/src/meta_net/CMakeLists.txt
deleted file mode 100644
index ca047c3..0000000
--- a/src/meta_net/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-set(
- SRC_FILES ${SRC_FILES}
- ${CMAKE_CURRENT_SOURCE_DIR}/meta_net.c
- ${CMAKE_CURRENT_SOURCE_DIR}/meta_net_handle_reply.c
- ${CMAKE_CURRENT_SOURCE_DIR}/meta_net_select.c
- ${CMAKE_CURRENT_SOURCE_DIR}/meta_net_try_request.c
-)
-
-set(SRC_FILES ${SRC_FILES} PARENT_SCOPE)