Added CMakeLists.txt to File-Downloader

This commit is contained in:
2026-04-07 10:40:19 +02:00
commit 2c1fbaf4c6
10 changed files with 399 additions and 0 deletions

8
common.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include <iostream>
#include <string>
#include <curl/curl.h>
#include <chrono>
#include <thread>
#include <iomanip>