File CMakeLists.txt artifact 2225fcdfcd part of check-in 69fc6d77ae
cmake_minimum_required(VERSION 3.1 FATAL_ERROR) project(Kursova LANGUAGES CXX) add_executable(main src/main) target_compile_features(main PRIVATE cxx_std_17)
cmake_minimum_required(VERSION 3.1 FATAL_ERROR) project(Kursova LANGUAGES CXX) add_executable(main src/main) target_compile_features(main PRIVATE cxx_std_17)