From b76db3ceab5a950bfa22bfed72964fbb8fbf6465 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Wed, 9 Feb 2022 01:34:08 +0100 Subject: Initial commit --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..500f800 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.21) +project(Uwwwu) + +set(CMAKE_CXX_STANDARD 17) + +add_executable(Uwwwu main.cpp) -- cgit v1.2.3