summaryrefslogtreecommitdiff
path: root/res/CMakeLists.txt
blob: 0a8c62606d31ca6c87b035a2f306aa5cd7aed885 (plain)
1
2
3
4
# CMakeLists for bincat
cmake_minimum_required (VERSION 3.0)
project (BINCAT VERSION 1.0 LANGUAGES C)
add_executable (bincat bincat.c)