Commented out unused link libs.

This commit is contained in:
jakeg00dwin 2025-02-18 16:41:42 -08:00
parent 17bd1a4e38
commit 4adeec5219

View file

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