We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345c888 commit f2060b2Copy full SHA for f2060b2
src/CMakeLists.txt
@@ -94,6 +94,9 @@ target_link_libraries(${PROGRAM} PUBLIC
94
pico9918-gpu
95
vrEmuTms9918)
96
97
+# Set the executable suffix to .elf for all platforms
98
+set_target_properties(${PROGRAM} PROPERTIES SUFFIX .elf)
99
+
100
pico_add_extra_outputs(${PROGRAM})
101
102
# Copy final artifacts to dist directory for unified output
0 commit comments