kopia lustrzana https://github.com/pimoroni/pimoroni-pico
6 wiersze
217 B
CMake
6 wiersze
217 B
CMake
|
add_library(plasma_stick INTERFACE)
|
||
|
|
||
|
target_include_directories(plasma_stick INTERFACE ${CMAKE_CURRENT_LIST_DIR})
|
||
|
|
||
|
# Pull in pico libraries that we need
|
||
|
target_link_libraries(plasma_stick INTERFACE pico_stdlib plasma)
|