From e5fe20ad83e01b3c8262ac90af984da47d8a16a1 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sun, 12 Apr 2026 10:48:04 -0700 Subject: Work in terms of time deltas; remove dependency on timer module --- simloop/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'simloop/CMakeLists.txt') diff --git a/simloop/CMakeLists.txt b/simloop/CMakeLists.txt index 1997e2f..fe7f954 100644 --- a/simloop/CMakeLists.txt +++ b/simloop/CMakeLists.txt @@ -13,9 +13,6 @@ add_library(simloop target_include_directories(simloop PUBLIC include) -target_link_libraries(simloop PUBLIC - timer) - target_compile_options(simloop PRIVATE -Wall -Wextra -Wpedantic) # Test -- cgit v1.2.3