CH32V307_FreeRTOS_Hello/riscv64-elf.cmake
Embedded_Projects ad82a78c45 Initial commit
2022-04-30 10:07:26 +00:00

4 lines
170 B
CMake

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")