cmake_minimum_required(VERSION 3.22.1) project(LTDFS) add_executable(${PROJECT_NAME} src/main.cpp)