CH32V307_FreeRTOS_LwIP/riscv64-elf.cmake

4 lines
170 B
CMake
Raw Permalink Normal View History

2022-05-10 15:24:15 +00:00
set(CMAKE_C_COMPILER riscv64-elf-gcc)
set(CMAKE_CXX_COMPILER riscv64-elf-g++)
# Make CMake happy about those compilers
set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")