diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-23 09:22:50 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-23 09:22:50 +0200 |
commit | 381c80d765628f5d85b58b3b97e5a6bf3a0d1eb7 (patch) | |
tree | 619925213d905c897bed18d12b9d3c1d2927efed /puzzle/dummy/CMakeLists.txt | |
parent | c48d92585f59e5e8c55b62b7d1d2540a151688f8 (diff) |
clean up build files
Diffstat (limited to 'puzzle/dummy/CMakeLists.txt')
-rw-r--r-- | puzzle/dummy/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puzzle/dummy/CMakeLists.txt b/puzzle/dummy/CMakeLists.txt index 1a228e0..c2633a1 100644 --- a/puzzle/dummy/CMakeLists.txt +++ b/puzzle/dummy/CMakeLists.txt @@ -38,7 +38,7 @@ add_executable(main target_link_libraries(main PUBLIC pbdrv-mod ) - target_link_arduino_libraries(main PUBLIC +target_link_arduino_libraries(main PUBLIC core Wire ) |