Some build bots have not been updated to the new minimal CMake version.
Reverting for now and ping the buildbot owners.
This reverts commit 44c6b905f8.
9 lines
133 B
CMake
9 lines
133 B
CMake
project(hello_world)
|
|
cmake_minimum_required(VERSION 3.13.4)
|
|
include(../examples.cmake)
|
|
|
|
add_example(
|
|
hello_world
|
|
hello_world.c
|
|
)
|