mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-21 03:39:48 +00:00
5 lines
171 B
CMake
5 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)
|