diff options
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 | ||