6 lines
74 B
CMake
6 lines
74 B
CMake
cmake_minimum_required(VERSION 3.17)
|
|
|
|
add_executable(
|
|
main main.cpp
|
|
)
|