Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
refs/tags/1.0.0
/
.
/
src
/
host
/
pico_multicore
/
CMakeLists.txt
blob: c5eabdab2be99871b47e258b63a681a881129686 [
file
] [
log
] [
blame
]
if (NOT TARGET pico_multicore)
add_library(pico_multicore INTERFACE)
target_include_directories(pico_multicore INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include)
endif()