From 0b5491e0a2f1a9a4023e2c4eb171287bede41388 Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Fri, 21 Nov 2025 09:41:06 -0800 Subject: Switch to plain C --- hello/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hello/CMakeLists.txt') diff --git a/hello/CMakeLists.txt b/hello/CMakeLists.txt index 2804b24..b3c1507 100644 --- a/hello/CMakeLists.txt +++ b/hello/CMakeLists.txt @@ -1,10 +1,10 @@ -cmake_minimum_required(VERSION 3.25) +cmake_minimum_required(VERSION 3.20) project(hello) add_executable(hello - main.cc) + main.c) target_link_libraries(hello PRIVATE - dxg - dxwindow) + app + dxg) -- cgit v1.2.3