aboutsummaryrefslogtreecommitdiff
path: root/puzzle/dummy
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 14:01:50 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 14:01:50 +0200
commite22d67e4ac0c03f8e05ae887b62791ce57e8818c (patch)
treee35dbe66c434e1b3a906f8960614c9074a857cdc /puzzle/dummy
parentbfa85b6c313a725afe98bbe6ccb60978de3187a9 (diff)
parent3314fce1b841cfb41994e62eb8b472adbe06115d (diff)
Merge branch 'master' into wip/docs
Diffstat (limited to 'puzzle/dummy')
-rw-r--r--puzzle/dummy/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/puzzle/dummy/CMakeLists.txt b/puzzle/dummy/CMakeLists.txt
index 6acc4c8..0d508ae 100644
--- a/puzzle/dummy/CMakeLists.txt
+++ b/puzzle/dummy/CMakeLists.txt
@@ -36,10 +36,10 @@ add_executable(main
mod.c
)
-target_link_libraries(main
+target_link_libraries(main PUBLIC
pbdrv-mod
)
-target_link_arduino_libraries(main
+target_link_arduino_libraries(main PUBLIC
core
Wire
)