From 4ee88984fcca86c5b0c9c4bbb7e9148c7d2fe9db Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 6 Aug 2023 16:43:57 +0200 Subject: Add hello world example --- examples/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/CMakeLists.txt (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt new file mode 100644 index 0000000..1c51e14 --- /dev/null +++ b/examples/CMakeLists.txt @@ -0,0 +1,2 @@ +cmake_minimum_required(VERSION 3.13) +add_subdirectory(hello) -- cgit v1.2.3