mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-14 09:39:50 +00:00
4 lines
181 B
CMake
4 lines
181 B
CMake
|
add_executable(hardware_irq_test hardware_irq_test.c)
|
||
|
|
||
|
target_link_libraries(hardware_irq_test PRIVATE pico_test hardware_irq hardware_dma)
|
||
|
pico_add_extra_outputs(hardware_irq_test)
|