aboutsummaryrefslogtreecommitdiff
path: root/puzzle/neo
diff options
context:
space:
mode:
Diffstat (limited to 'puzzle/neo')
-rw-r--r--puzzle/neo/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/puzzle/neo/CMakeLists.txt b/puzzle/neo/CMakeLists.txt
index 6c45f13..d5e7353 100644
--- a/puzzle/neo/CMakeLists.txt
+++ b/puzzle/neo/CMakeLists.txt
@@ -26,16 +26,16 @@ add_subdirectory(lib/FreeRTOS-Kernel)
add_executable(main
main.cpp
mod.c
- )
+)
target_link_libraries(main PUBLIC
pbdrv-mod
- )
+)
target_link_arduino_libraries(main PUBLIC
core
Wire
Adafruit_seesaw
- )
+)
# fugly workaround
target_link_arduino_libraries(_arduino_lib_Adafruit_seesaw_Library PUBLIC "Adafruit BusIO")