mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-14 21:19:43 +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)
|