brintos

brintos / llvm-project-archived public Read only

0
0
Text · 133 B · 1561cdc Raw
9 lines · plain
1project(hello_world)2cmake_minimum_required(VERSION 3.20.0)3include(../examples.cmake)4 5add_example(6  hello_world7  hello_world.c8)9