5 lines
94 B
CMake
5 lines
94 B
CMake
cmake_minimum_required(VERSION 3.28.3)
|
|
|
|
project(cpp_course)
|
|
|
|
add_executable(c1_1 src/c1_1.cpp) |