All checks were successful
CMake / build (push) Successful in 47s
Moved source files to src/ and headers to include/. Updated CMakeLists.txt and include paths accordingly. Added and updated test files in tests/. Included generated CMake cache and compiler ID files.
16 lines
360 B
CMake
16 lines
360 B
CMake
set(CMAKE_HOST_SYSTEM "Darwin-24.6.0")
|
|
set(CMAKE_HOST_SYSTEM_NAME "Darwin")
|
|
set(CMAKE_HOST_SYSTEM_VERSION "24.6.0")
|
|
set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64")
|
|
|
|
|
|
|
|
set(CMAKE_SYSTEM "Darwin-24.6.0")
|
|
set(CMAKE_SYSTEM_NAME "Darwin")
|
|
set(CMAKE_SYSTEM_VERSION "24.6.0")
|
|
set(CMAKE_SYSTEM_PROCESSOR "arm64")
|
|
|
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
|
|
set(CMAKE_SYSTEM_LOADED 1)
|