From 6ba36f1515f400ab2657ee9f5812eff82631122a Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Thu, 5 Sep 2024 13:44:24 -0700 Subject: [PATCH] Linking main with the load module. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0464635..291437d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,6 +10,7 @@ target_link_libraries(${PROJECT_NAME} LedController ADC zero_cross_detection + load ) # Ensure the build rules are defined