diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-07 22:49:57 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-07 22:49:57 -0500 |
commit | 4fa8f5b6c933dcbab5940d39a515937e86e9d280 (patch) | |
tree | e61cdd340c79780523ff88e148bb56b5565fe430 /CMakeLists.txt | |
parent | b06f534cd0023d753932b4932c95da5d4854b804 (diff) | |
download | lingo-ap-tracker-4fa8f5b6c933dcbab5940d39a515937e86e9d280.tar.gz lingo-ap-tracker-4fa8f5b6c933dcbab5940d39a515937e86e9d280.tar.bz2 lingo-ap-tracker-4fa8f5b6c933dcbab5940d39a515937e86e9d280.zip |
Added pane that shows painting mapping
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 0929cd7..deb6bbd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -55,6 +55,7 @@ set(SOURCE_FILES | |||
55 | "src/report_popup.cpp" | 55 | "src/report_popup.cpp" |
56 | "src/updater.cpp" | 56 | "src/updater.cpp" |
57 | "src/icons.cpp" | 57 | "src/icons.cpp" |
58 | "src/paintings_pane.cpp" | ||
58 | "vendor/whereami/whereami.c" | 59 | "vendor/whereami/whereami.c" |
59 | ) | 60 | ) |
60 | 61 | ||