mirror of
https://gitea.home.endeavr.de/Marcel/Tarstats-pp.git
synced 2025-12-10 00:39:01 +01:00
this cleaned up some stuff and added version information.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user