chksum_cpp/CMakeLists.txt
AustrianToast 9c539fed11
now supports cmake
added a CMakeLists.txt and updated the .gitignore
2024-02-14 00:22:42 +01:00

3 lines
106 B
CMake

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