cmake_minimum_required(VERSION 2.8.9)
project(hello_world)
add_executable(hello_world /usr/share/testsuite/c/hello_world/hello_world.c)

