- GCC ARM64 Support, i.e. natively compiled with gcc on arm64

This commit is contained in:
2025-09-15 02:35:34 +00:00
parent f2a45aa913
commit 80925965d4
10 changed files with 53 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.30)
cmake_minimum_required(VERSION 3.28)
project(fennec-metaprogramming)
set(CMAKE_CXX_STANDARD 23)
@@ -18,4 +18,4 @@ add_custom_command(
add_custom_target(
metaprogramming
DEPENDS .metaprogramming
)
)