summaryrefslogtreecommitdiff
path: root/res/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'res/CMakeLists.txt')
-rw-r--r--res/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt
new file mode 100644
index 00000000..0a8c6260
--- /dev/null
+++ b/res/CMakeLists.txt
@@ -0,0 +1,4 @@
1# CMakeLists for bincat
2cmake_minimum_required (VERSION 3.0)
3project (BINCAT VERSION 1.0 LANGUAGES C)
4add_executable (bincat bincat.c)