summaryrefslogtreecommitdiffhomepage
path: root/tools/xpcat/CMakeLists.txt
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-05-22 10:13:08 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-05-22 10:13:08 -0700
commit618697cbb6f2cb96f6e7d076d2beda3bb98b2577 (patch)
tree283f3971bb4ff37ef137853bc89154fa13c04edd /tools/xpcat/CMakeLists.txt
parent1eb02552eae24854f66ecc32104f6c2dcf6a9efb (diff)
parent9f89da6eef2c830db6fc3abb08fe755ae7ce9b6c (diff)
downloadmruby-618697cbb6f2cb96f6e7d076d2beda3bb98b2577.tar.gz
mruby-618697cbb6f2cb96f6e7d076d2beda3bb98b2577.zip
Merge pull request #182 from thecodeshop/cmake
Add CMake build infrastructure
Diffstat (limited to 'tools/xpcat/CMakeLists.txt')
-rw-r--r--tools/xpcat/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/xpcat/CMakeLists.txt b/tools/xpcat/CMakeLists.txt
new file mode 100644
index 000000000..bb4d326f5
--- /dev/null
+++ b/tools/xpcat/CMakeLists.txt
@@ -0,0 +1,5 @@
+# build tools/xpcat internal executable
+
+add_executable(xpcat xpcat.c)
+
+# vim: ts=2 sts=2 sw=2 et