1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-07-02 14:33:40 +02:00
libantelope/vendor/secp256k1/repo/cmake/arm-linux-gnueabihf.toolchain.cmake

3 lines
107 B
CMake

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