4 lines
102 B
CMake
4 lines
102 B
CMake
cmake_minimum_required (VERSION 3.2)
|
|
project (HelloWorld)
|
|
add_executable(learn_cmake hello_world.cpp)
|