wip: packaging + scripts before archive into OpenKKnD
This commit is contained in:
parent
820813e24b
commit
769d779571
11 changed files with 177 additions and 7 deletions
9
packaging/cmake/macos.cmake
Normal file
9
packaging/cmake/macos.cmake
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Konfiguration für macOS (Clang)
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
|
||||
# Hier werden spezifische Compiler-Flags für macOS/Clang hinzugefügt.
|
||||
# z.B. für bestimmte Apple-APIs oder spezifische Optimierungen.
|
||||
# set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -std=c11 -mmacosx-version=13.0")
|
||||
|
||||
message(STATUS "Configured CMake for macOS (Clang)")
|
||||
Loading…
Add table
Add a link
Reference in a new issue