mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-11 09:40:46 +00:00
5 lines
150 B
CMake
5 lines
150 B
CMake
add_executable(pico_sem_test pico_sem_test.c)
|
|
|
|
target_link_libraries(pico_sem_test PRIVATE pico_test pico_sync)
|
|
pico_add_extra_outputs(pico_sem_test)
|