From e899fddfb78579ba78fa99de837cc06e1b839ea5 Mon Sep 17 00:00:00 2001 From: Mark Allyn Date: Tue, 31 Mar 2026 18:54:46 -0700 Subject: [PATCH] Made minor corrections --- CLAUDE.md | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 7934191..e5eb947 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,2 +1,9 @@ Hello, this is a project to create a simulation of a vintage marine radar before the days of digital electronics and we had to use a cathode ray tube with p7 phosphor + +I plan to use c++ and opengl and shaders for access to a GPU. I am in ubuntu 25.10. + +The platform is a Geekom GEEKOM A8 Max, AMD Ryzen 9 8945HS 5.2GHz 32GB RAM + +Without going into any more detail, i would like you to go down the directory tree and +look at the few files and please comment. diff --git a/CMakeLists.txt b/CMakeLists.txt index d8a5ad9..8dbebb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -make_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.16) project(radar_simulation LANGUAGES CXX C) set(CMAKE_CXX_STANDARD 17)