diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-07 00:28:08 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-07 00:28:08 -0500 |
commit | 9b7099d98b87f3a3cf5448c4ee9015e7e2a27684 (patch) | |
tree | cb3339f837adac14f70c70286158828fa066539e /CMakeLists.txt | |
parent | df10fba47b605e489100045015164fbd31f0ce18 (diff) | |
download | lingo-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.txt | 1 |
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 | ||