- toolkit V2.8.0.1@14806 - BSL V1.8.0.0@14590 - tcpserver: V1.4.3.0@14676 (marshaller V2.4.0.1@14551)
10 lines
202 B
CMake
10 lines
202 B
CMake
|
|
# TODO: specify target system
|
|
SET(CMAKE_SYSTEM_NAME Linux)
|
|
|
|
# TODO: specify the cross compiler
|
|
# e.g. SET(CMAKE_C_COMPILER /opt/mycrosscompiler/gcc)
|
|
SET(CMAKE_C_COMPILER )
|
|
SET(CMAKE_CXX_COMPILER )
|
|
|