Files
rippled/external/secp256k1/cmake/arm-linux-gnueabihf.toolchain.cmake
2024-04-19 11:32:14 -05:00

4 lines
107 B
CMake

set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR arm)
set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)