mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-01-27 17:37:20 +01:00
4 lines
171 B
CMake
4 lines
171 B
CMake
add_library(pico_test INTERFACE)
|
|
|
|
target_include_directories(pico_test INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include)
|
|
target_link_libraries(pico_test INTERFACE pico_stdlib)
|