* Download CMake (sudo apt-get install cmake)
* Edit CMakeList.txt
cmake_minimum_required(VERSION 3.10.2)
project (hello)
add_executable(hello hello.cpp)
* Edit CMakeList.txt
cmake_minimum_required(VERSION 3.10.2)
project (hello)
add_executable(hello hello.cpp)
* Run command ( cmake . )
*Run Command (make)