Artifact 2225fcdfcd2e42bf1f53da6d85281c2a37c2ef0de330575670249a7cfcf14ede:
- File CMakeLists.txt — part of check-in [65e10b5e58] at 2021-01-12 10:57:05 on branch trunk — MVP (user: 4l1v3b33f, size: 160) [annotate] [blame] [check-ins using]
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)