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