# CMakeLists for bincat
cmake_minimum_required (VERSION 3.10)
project (BINCAT VERSION 1.0 LANGUAGES C)
add_executable (bincat bincat.c)
