mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-15 21:40:28 +00:00
4 lines
168 B
CMake
4 lines
168 B
CMake
|
add_executable(hardware_pwm_test hardware_pwm_test.c)
|
||
|
|
||
|
target_link_libraries(hardware_pwm_test PRIVATE pico_test hardware_pwm)
|
||
|
pico_add_extra_outputs(hardware_pwm_test)
|