summaryrefslogtreecommitdiffhomepage
path: root/tools/xpcat/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/xpcat/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/xpcat/CMakeLists.txt')
-rw-r--r--tools/xpcat/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/xpcat/CMakeLists.txt b/tools/xpcat/CMakeLists.txt
deleted file mode 100644
index bb4d326f5..000000000
--- a/tools/xpcat/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-# build tools/xpcat internal executable
-
-add_executable(xpcat xpcat.c)
-
-# vim: ts=2 sts=2 sw=2 et