diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ceb9ea..74572fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,8 @@ pico_generate_pio_header(eeprom2blk ${CMAKE_CURRENT_LIST_DIR}/ws2812.pio OUTPUT_ target_include_directories(eeprom2blk PUBLIC ${CMAKE_CURRENT_LIST_DIR}) target_link_libraries(eeprom2blk PUBLIC pico_stdlib + pico_multicore + pico_sync hardware_pio hardware_dma pico_unique_id |