about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-07 00:28:08 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-07 00:28:08 -0500
commit9b7099d98b87f3a3cf5448c4ee9015e7e2a27684 (patch)
treecb3339f837adac14f70c70286158828fa066539e /CMakeLists.txt
parentdf10fba47b605e489100045015164fbd31f0ce18 (diff)
downloadlingo-ap-tracker-9b7099d98b87f3a3cf5448c4ee9015e7e2a27684.tar.gz
lingo-ap-tracker-9b7099d98b87f3a3cf5448c4ee9015e7e2a27684.tar.bz2
lingo-ap-tracker-9b7099d98b87f3a3cf5448c4ee9015e7e2a27684.zip
Added auto-updater
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c4e7a98..50425dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -53,6 +53,7 @@ set(SOURCE_FILES
53 "src/ipc_state.cpp" 53 "src/ipc_state.cpp"
54 "src/ipc_dialog.cpp" 54 "src/ipc_dialog.cpp"
55 "src/report_popup.cpp" 55 "src/report_popup.cpp"
56 "src/updater.cpp"
56 "vendor/whereami/whereami.c" 57 "vendor/whereami/whereami.c"
57) 58)
58 59