Sign in
llvm
/
llvm-project
/
613ec4c24c145eb20ef1967a714d74c9cf403da5
/
.
/
libc
/
examples
/
hello_world
/
CMakeLists.txt
blob: 1561cdc1c3bf55014e2d959c22fa073f5007b38f [
file
] [
log
] [
blame
]
project(hello_world)
cmake_minimum_required(VERSION 3.20.0)
include(../examples.cmake)
add_example(
hello_world
hello_world.c
)