mirror of
https://gitea.home.endeavr.de/Marcel/Tarstats-pp.git
synced 2025-12-10 00:39:01 +01:00
- success: open tarball
- success: read name of first file in archive and print it
This commit is contained in:
@@ -2,5 +2,6 @@ cmake_minimum_required(VERSION 3.21)
|
||||
project(Tarstats__)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror -std=c++20")
|
||||
|
||||
add_executable(Tarstats__ main.cpp)
|
||||
|
||||
Reference in New Issue
Block a user