cmake_minimum_required(VERSION 3.10)

project(clean_log)

set(CMAKE_CXX_STANDARD 11)

add_executable(clean_log clean_log.c)




