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 8feccce commit 39b8e31Copy full SHA for 39b8e31
tone/christmas_melody/CMakeLists.txt
@@ -1,12 +1,12 @@
1
-add_executable(pico_tone
2
- pico_tone.c
+add_executable(christmas_melody
+ christmas_melody.c
3
)
4
5
# Add pico_stdlib library which aggregates commonly used features
6
-target_link_libraries(pico_tone pico_stdlib hardware_pwm)
+target_link_libraries(christmas_melody pico_stdlib pico_tone)
7
8
# Create map/bin/hex/uf2 file in addition to ELF.
9
-pico_add_extra_outputs(pico_tone)
+pico_add_extra_outputs(christmas_melody)
10
11
# add url via pico_set_program_url
12
-example_auto_set_url(pico_tone)
+example_auto_set_url(christmas_melody)
0 commit comments