Fix build for mac and linux

This commit is contained in:
Jose Phillips
2024-12-08 20:38:12 -05:00
parent 803c19b4c2
commit 44f7bf3baf
2 changed files with 5 additions and 1 deletions

View File

@@ -18,5 +18,6 @@
string(APPEND CMAKE_C_FLAGS_INIT " -march=armv8.5-a+simd")
string(APPEND CMAKE_CXX_FLAGS_INIT " -march=armv8.5-a+simd")
string(APPEND )
include(${CMAKE_CURRENT_LIST_DIR}/flags-gcc.cmake)