aboutsummaryrefslogtreecommitdiff
path: root/simloop/CMakeLists.txt
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-04-12 10:48:04 -0700
committer3gg <3gg@shellblade.net>2026-04-12 10:48:04 -0700
commite5fe20ad83e01b3c8262ac90af984da47d8a16a1 (patch)
treeffb55eabccc2018cb0359dc054fdadebfc815d65 /simloop/CMakeLists.txt
parent9dceaee478545ed8df89722f5c90bb171de100e8 (diff)
Work in terms of time deltas; remove dependency on timer module
Diffstat (limited to 'simloop/CMakeLists.txt')
-rw-r--r--simloop/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
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
13target_include_directories(simloop PUBLIC 13target_include_directories(simloop PUBLIC
14 include) 14 include)
15 15
16target_link_libraries(simloop PUBLIC
17 timer)
18
19target_compile_options(simloop PRIVATE -Wall -Wextra -Wpedantic) 16target_compile_options(simloop PRIVATE -Wall -Wextra -Wpedantic)
20 17
21# Test 18# Test