mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
4 lines
162 B
CMake
4 lines
162 B
CMake
|
# this is included because toolchain file sets SYSTEM_NAME=PICO
|
||
|
|
||
|
set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE)
|
||
|
set(CMAKE_EXECUTABLE_SUFFIX .elf)
|