Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
756c4f24a4fd3b3a2f6273c1bad4f661c1f9e324
/
.
/
test
/
pico_sem_test
/
CMakeLists.txt
blob: 786963c3747b8ec15c81e74148b03902075078c6 [
file
] [
log
] [
blame
]
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)