mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +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)
|