Skip to content

Commit f2060b2

Browse files
committed
pico sdk target extension
1 parent 345c888 commit f2060b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ target_link_libraries(${PROGRAM} PUBLIC
9494
pico9918-gpu
9595
vrEmuTms9918)
9696

97+
# Set the executable suffix to .elf for all platforms
98+
set_target_properties(${PROGRAM} PROPERTIES SUFFIX .elf)
99+
97100
pico_add_extra_outputs(${PROGRAM})
98101

99102
# Copy final artifacts to dist directory for unified output

0 commit comments

Comments
 (0)