summaryrefslogtreecommitdiffhomepage
path: root/tools/xpcat/CMakeLists.txt
diff options
context:
space:
mode:
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