cirosantilli/cmake/hello/CMakeLists.txt

cmake/hello/CMakeLists.txt
cmake_minimum_required(VERSION 3.0)
project(ProjectName)
message("hello world")