mirror of
https://github.com/barkeser2002/winlator.git
synced 2026-09-25 05:10:12 +03:00
3 lines
123 B
CMake
3 lines
123 B
CMake
set(CMAKE_SYSTEM_NAME Linux)
|
|
set(CROSS_PATH "/usr/lib/arm-linux-gnueabihf")
|
|
set(CMAKE_C_COMPILER "arm-linux-gnueabihf-gcc") |