summaryrefslogtreecommitdiff
path: root/cmake/tools/oping.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/tools/oping.cmake')
-rw-r--r--cmake/tools/oping.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/tools/oping.cmake b/cmake/tools/oping.cmake
deleted file mode 100644
index 6bb18132..00000000
--- a/cmake/tools/oping.cmake
+++ /dev/null
@@ -1,4 +0,0 @@
-add_executable(oping "${TOOLS_SOURCE_DIR}/oping/oping.c")
-target_include_directories(oping PRIVATE ${TOOLS_INCLUDE_DIRS})
-target_link_libraries(oping PUBLIC ${LIBM_LIBRARIES} ouroboros-dev)
-install(TARGETS oping RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})