cmake_minimum_required (VERSION 2.8.11)
project (HELLO)
add_library (Hello hello.c)
