From f51c3ac3f1c0cac99eb8cfe91b280d84f128cdc9 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Tue, 4 Jul 2023 22:29:51 +0300 Subject: Initial commit --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..3d04ea4 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.15) +project( + ftp + VERSION 0.0.1 + LANGUAGES CXX) -- cgit v1.2.3