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