pimoroni-pico/examples/pico_motor_shim/motorshim_motor_song.cmake

14 wiersze
302 B
CMake

set(OUTPUT_NAME motorshim_motor_song)
add_executable(${OUTPUT_NAME} motorshim_motor_song.cpp)
target_link_libraries(${OUTPUT_NAME}
pico_stdlib
pico_motor_shim
button
)
# enable usb output
pico_enable_stdio_usb(${OUTPUT_NAME} 1)
pico_add_extra_outputs(${OUTPUT_NAME})