summaryrefslogtreecommitdiffstats
path: root/server/CMakeLists.txt
diff options
context:
space:
mode:
authorRutger Broekhoff2026-09-08 13:54:40 +0200
committerRutger Broekhoff2026-09-08 13:54:40 +0200
commit1417e6cf41d27c594d2bdc92f87746d2383a1b1d (patch)
treeb7c5b811ed9da30fb74ea620407cf455e694c8a0 /server/CMakeLists.txt
parent5f9eee3f8562836e6a76b0b03a7b9a3592a4fbee (diff)
downloadroutemon-1417e6cf41d27c594d2bdc92f87746d2383a1b1d.tar.gz
routemon-1417e6cf41d27c594d2bdc92f87746d2383a1b1d.zip
Some cleanups
Diffstat (limited to 'server/CMakeLists.txt')
-rw-r--r--server/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt
index 53cda76..fad973f 100644
--- a/server/CMakeLists.txt
+++ b/server/CMakeLists.txt
@@ -64,8 +64,8 @@ target_sources(routemon_lib
64 src/xml.cppm 64 src/xml.cppm
65 src/xml.cpp 65 src/xml.cpp
66 src/geo/geo.cppm 66 src/geo/geo.cppm
67 src/geo/multizonal.cppm
68 src/geo/utm.cppm 67 src/geo/utm.cppm
68 src/geo/utm_multizonal.cppm
69 src/geo/utm_zone_local.cppm 69 src/geo/utm_zone_local.cppm
70 src/geo/wgs84.cppm 70 src/geo/wgs84.cppm
71) 71)