mirror of
https://github.com/brunodev85/winlator.git
synced 2024-11-23 13:19:39 +00: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") |