From 33b70d3283279289e3bbd82c0923eacc7e4ce847 Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 23 Feb 2025 10:56:13 -0800 Subject: [PATCH] Included the ADC module in main's linked libs --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index aa33018..496bf11 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,6 +4,7 @@ add_executable(${PROJECT_NAME} target_link_libraries(${PROJECT_NAME} RegEdit + ADC #timer )