this cleaned up functions and global constants and hid them away in to their header and source files

This commit is contained in:
Marcel Nowicki
2022-02-10 20:45:09 +01:00
parent 2af7cf5adf
commit 3b2e3aa2ff
5 changed files with 147 additions and 89 deletions

View File

@@ -4,4 +4,4 @@ project(Tarstats__)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror -std=c++20")
add_executable(tarstats_pp main.cpp)
add_executable(tarstats_pp main.cpp tarconst.h tarfunc.cpp tarfunc.h)