summaryrefslogtreecommitdiffhomepage
path: root/tools/mirb/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mirb/CMakeLists.txt')
-rw-r--r--tools/mirb/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/mirb/CMakeLists.txt b/tools/mirb/CMakeLists.txt
deleted file mode 100644
index a9f52db1f..000000000
--- a/tools/mirb/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# build tools/mirb executable
-
-file(GLOB MIRBBIN_SRC_C "*.c")
-add_executable(mirb ${MIRBBIN_SRC_C})
-target_link_libraries(mirb libmruby_static ${MRUBY_LIBS})
-
-install(TARGETS mirb RUNTIME DESTINATION bin)
-
-# vim: ts=2 sts=2 sw=2 et