diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-07 14:52:13 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-07 14:52:13 -0500 |
commit | 6e0f691a96fb54d99cc265088d2d8f389519af0a (patch) | |
tree | 4627947e9c2bf81711490ee085e1a89b592fecfe /CMakeLists.txt | |
parent | ba59d40760e2a5a11bfbe2f7cf6b0e2a71b590d7 (diff) | |
download | lingo-ap-tracker-6e0f691a96fb54d99cc265088d2d8f389519af0a.tar.gz lingo-ap-tracker-6e0f691a96fb54d99cc265088d2d8f389519af0a.tar.bz2 lingo-ap-tracker-6e0f691a96fb54d99cc265088d2d8f389519af0a.zip |
Share icons across popups
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 50425dd..0929cd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -54,6 +54,7 @@ set(SOURCE_FILES | |||
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 | "src/updater.cpp" |
57 | "src/icons.cpp" | ||
57 | "vendor/whereami/whereami.c" | 58 | "vendor/whereami/whereami.c" |
58 | ) | 59 | ) |
59 | 60 | ||