diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-26 11:35:59 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-26 11:35:59 +0200 |
commit | f35e4886d4036a90617305003959b8b9e6b62f43 (patch) | |
tree | 9db3bd37153bd09a77654c2207975212e6b11068 /puzzle/smoketest | |
parent | c3fee7eacd55a3f660f801b6be16bfe67baf4bfa (diff) |
consistent CMakeLists.txt indents
Diffstat (limited to 'puzzle/smoketest')
-rw-r--r-- | puzzle/smoketest/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/puzzle/smoketest/CMakeLists.txt b/puzzle/smoketest/CMakeLists.txt index b71825f..9f2bd72 100644 --- a/puzzle/smoketest/CMakeLists.txt +++ b/puzzle/smoketest/CMakeLists.txt @@ -27,15 +27,15 @@ 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 - ) +) target_enable_arduino_upload(main) |