5 lines
141 B
CMake
5 lines
141 B
CMake
|
|
set (OSCAM_SYSTEM_NAME agv2+w)
|
||
|
|
set (CMAKE_SYSTEM_NAME Linux)
|
||
|
|
set (CMAKE_C_COMPILER mips-openwrt-linux-gcc)
|
||
|
|
set (CMAKE_SYSTEM_PROCESSOR mips)
|