wip: packaging + scripts before archive into OpenKKnD

This commit is contained in:
OpenClaw 2026-09-07 01:05:58 +02:00
parent 820813e24b
commit 769d779571
11 changed files with 177 additions and 7 deletions

View file

@ -0,0 +1,8 @@
# Konfiguration für Linux (GCC/G++)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)
# Hier könnten spezifische Compiler-Flags für Linux hinzugefügt werden, z.B. für spezifische Bibliotheken
# set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -std=c11")
message(STATUS "Configured CMake for Linux (GCC)")