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