Homework1/CMakeLists.txt

6 lines
74 B
CMake

cmake_minimum_required(VERSION 3.17)
add_executable(
main main.cpp
)