Commented out unused link libs.

This commit is contained in:
jakeg00dwin 2025-02-18 16:41:42 -08:00
parent 17bd1a4e38
commit 4adeec5219
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ add_executable(${PROJECT_NAME}
)
target_link_libraries(${PROJECT_NAME}
RegEdit
timer
#RegEdit
#timer
)
# Ensure the build rules are defined