Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/tags/llvmorg-16.0.0-rc4
/
.
/
libc
/
examples
/
hello_world
/
CMakeLists.txt
blob: 89bf35c0340d096f01c4c8591ed822f5a1ac2a1e [
file
] [
log
] [
blame
]
project(hello_world)
cmake_minimum_required(VERSION 3.13.4)
include(../examples.cmake)
add_example(
hello_world
hello_world.c
)