nxdrvlinux/libcifx/toolchain-xx.cmake
Sebastian Doell ac2f4d1789 Add initial driver source based on svn versions:
- toolkit V2.8.0.1@14806
 - BSL V1.8.0.0@14590
 - tcpserver: V1.4.3.0@14676 (marshaller V2.4.0.1@14551)
2024-02-05 09:23:09 +01:00

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 )