6 lines
150 B
CMake
Executable File
6 lines
150 B
CMake
Executable File
set (OSCAM_SYSTEM_NAME Tuxbox)
|
|
set (CMAKE_SYSTEM_NAME Linux)
|
|
set (CMAKE_C_COMPILER sh4-linux-gcc)
|
|
set (CMAKE_SYSTEM_PROCESSOR sh4)
|
|
set (WITH_STAPI 1)
|