CH32V307_Template/riscv64-elf.cmake

4 lines
170 B
CMake
Raw Normal View History

2022-03-28 16:08:02 +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")