aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Berndt <lukekb@gmail.com>2021-12-12 09:23:53 -0500
committerLuke Berndt <lukekb@gmail.com>2021-12-12 09:23:53 -0500
commitbb9b714c106d2413204118a9560012e51857f68b (patch)
treec0f27ba218e71044ddec8e7637afcdea4cbad35c
parent73826bda9c6ec7f44613f3ec9593d2bdab5a3e62 (diff)
Update CMakeLists.txtv4.2.0
fixed annoying error
-rw-r--r--lib/op25_repeater/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/op25_repeater/lib/CMakeLists.txt b/lib/op25_repeater/lib/CMakeLists.txt
index c914011f..9844aea0 100644
--- a/lib/op25_repeater/lib/CMakeLists.txt
+++ b/lib/op25_repeater/lib/CMakeLists.txt
@@ -78,7 +78,7 @@ list(APPEND op25_repeater_sources
dmr_cai.cc
dmr_slot.cc
op25_audio.cc
- op25_timer
+ op25_timer.cc
CCITTChecksumReverse.cpp
)