cmake_minimum_required(VERSION 3.28) project(chksum) add_executable(chksum src/main.cpp src/fs_reader.cpp)