mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
5 lines
123 B
CMake
5 lines
123 B
CMake
set(CMAKE_SYSTEM_NAME Linux)
|
|
set(CMAKE_SYSTEM_PROCESSOR riscv64)
|
|
|
|
set(CMAKE_CROSSCOMPILING_EMULATOR "qemu-riscv64-static")
|