4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-25 04:37:22 +08:00

4 lines
162 B
CMake
Raw Normal View History

2021-01-28 19:59:31 +08:00
# this is included because toolchain file sets SYSTEM_NAME=PICO
set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE)
set(CMAKE_EXECUTABLE_SUFFIX .elf)