aboutsummaryrefslogtreecommitdiff
path: root/puzzle/neo
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-26 11:35:59 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-26 11:35:59 +0200
commitf35e4886d4036a90617305003959b8b9e6b62f43 (patch)
tree9db3bd37153bd09a77654c2207975212e6b11068 /puzzle/neo
parentc3fee7eacd55a3f660f801b6be16bfe67baf4bfa (diff)
consistent CMakeLists.txt indents
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")