diff options
| author | 3gg <3gg@shellblade.net> | 2026-04-12 10:48:04 -0700 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-04-12 10:48:04 -0700 |
| commit | e5fe20ad83e01b3c8262ac90af984da47d8a16a1 (patch) | |
| tree | ffb55eabccc2018cb0359dc054fdadebfc815d65 /simloop/CMakeLists.txt | |
| parent | 9dceaee478545ed8df89722f5c90bb171de100e8 (diff) | |
Work in terms of time deltas; remove dependency on timer module
Diffstat (limited to 'simloop/CMakeLists.txt')
| -rw-r--r-- | simloop/CMakeLists.txt | 3 |
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 | |||
| 13 | target_include_directories(simloop PUBLIC | 13 | target_include_directories(simloop PUBLIC |
| 14 | include) | 14 | include) |
| 15 | 15 | ||
| 16 | target_link_libraries(simloop PUBLIC | ||
| 17 | timer) | ||
| 18 | |||
| 19 | target_compile_options(simloop PRIVATE -Wall -Wextra -Wpedantic) | 16 | target_compile_options(simloop PRIVATE -Wall -Wextra -Wpedantic) |
| 20 | 17 | ||
| 21 | # Test | 18 | # Test |
