hw/CMakeLists.txt

7 lines
106 B
CMake

cmake_minimum_required(VERSION 3.27)
project(hw)
set(CMAKE_CXX_STANDARD 17)
add_executable(hw main.cpp)