diff options
Diffstat (limited to 'circuitpython/ports/raspberrypi/sdk/cmake/Platform/PICO.cmake')
-rw-r--r-- | circuitpython/ports/raspberrypi/sdk/cmake/Platform/PICO.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/circuitpython/ports/raspberrypi/sdk/cmake/Platform/PICO.cmake b/circuitpython/ports/raspberrypi/sdk/cmake/Platform/PICO.cmake new file mode 100644 index 0000000..06388b5 --- /dev/null +++ b/circuitpython/ports/raspberrypi/sdk/cmake/Platform/PICO.cmake @@ -0,0 +1,4 @@ +# this is included because toolchain file sets SYSTEM_NAME=PICO + +set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE) +set(CMAKE_EXECUTABLE_SUFFIX .elf)
\ No newline at end of file |