diff options
Diffstat (limited to 'res/CMakeLists.txt')
-rw-r--r-- | res/CMakeLists.txt | 4 |
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 | ||
2 | cmake_minimum_required (VERSION 3.0) | ||
3 | project (BINCAT VERSION 1.0 LANGUAGES C) | ||
4 | add_executable (bincat bincat.c) | ||