summaryrefslogtreecommitdiffhomepage
path: root/tools/mirb/CMakeLists.txt
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-01-02 09:54:05 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-01-02 09:54:05 -0800
commit65901c3dbdc6ee38acdfaa6c29d8d4bdd575a6be (patch)
treeb79aa703ef7c528896c4f1be8280d0691314008b /tools/mirb/CMakeLists.txt
parenta48fc0d7952ad1f10ae777637269fe6a3f9ad0a2 (diff)
parent7c469c0b9dadd1de09fed18c3e5cc551012c38c1 (diff)
downloadmruby-65901c3dbdc6ee38acdfaa6c29d8d4bdd575a6be.tar.gz
mruby-65901c3dbdc6ee38acdfaa6c29d8d4bdd575a6be.zip
Merge pull request #679 from masuidrive/merge_to_cruby_building_script
Rebuild CRuby based building script without Makefile
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