this cleaned up some stuff and added version information.

This commit is contained in:
Marcel Nowicki
2022-02-12 12:02:40 +01:00
parent 6dd7b78c88
commit 119fdff520
2 changed files with 7 additions and 3 deletions

View File

@@ -6,9 +6,9 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror -std=c++20")
add_executable(tarstats_pp main.cpp tarconst.h tarfunc.cpp tarfunc.h)
target_link_libraries(tarstats_pp -lz)
install(TARGETS tarstats_pp)