From 4adeec5219fbb6aac6ef240de5332cf75a14313b Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Tue, 18 Feb 2025 16:41:42 -0800 Subject: [PATCH] Commented out unused link libs. --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 652fae7..18ba2f8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,8 +3,8 @@ add_executable(${PROJECT_NAME} ) target_link_libraries(${PROJECT_NAME} - RegEdit - timer + #RegEdit + #timer ) # Ensure the build rules are defined