1project(hello_world) 2cmake_minimum_required(VERSION 3.20.0) 3include(../examples.cmake) 4 5add_example( 6 hello_world 7 hello_world.c 8) 9