Added relays to the linked libs

This commit is contained in:
jakeg00dwin 2024-09-02 11:34:21 -07:00
parent fe83bc479a
commit 12ec702afb
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ add_executable(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
RegEdit
SuperLoop
Relays
timer
LedController
)