4 lines
92 B
CMake
4 lines
92 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
add_executable(main main.cpp)
|
|
set(SOURCE_EXE main.cpp )
|