Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
c8ccefb9726b89d35d230d194d6977705908ffe7
/
.
/
test
/
pico_test
/
CMakeLists.txt
blob: ed0bfcb43747a3000f93a07d474796ff079e0474 [
file
] [
log
] [
blame
]
add_library(pico_test INTERFACE)
target_include_directories(pico_test INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include)
target_link_libraries(pico_test INTERFACE pico_stdlib)