first code attempt

This commit is contained in:
2026-04-02 10:33:22 -07:00
parent ad32f18bf5
commit 73a4d5b1da
50 changed files with 4953 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
# compile C with /usr/bin/cc
# compile CXX with /usr/bin/c++
C_DEFINES =
C_INCLUDES = -I/home/maallyn/radar-simulation/include -isystem /usr/include/freetype2
C_FLAGS = -O3 -DNDEBUG
CXX_DEFINES =
CXX_INCLUDES = -I/home/maallyn/radar-simulation/include -isystem /usr/include/freetype2
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++17