mirror of
https://gitea.home.endeavr.de/Marcel/Tarstats-pp.git
synced 2025-12-10 00:39:01 +01:00
this add install target to CMakeLists.txt. tarstats_++ is feature complete now.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
cmake_minimum_required(VERSION 3.18)
|
||||
project(Tarstats__)
|
||||
|
||||
|
||||
@@ -10,3 +10,5 @@ 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