xref: /llvm-project/libc/examples/hello_world/CMakeLists.txt (revision cbaa3597aaf6273e66b3f445ed36a6458143fe6a)
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