mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 01:06:48 +08: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")
|