diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-08 14:46:22 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-08 14:46:22 -0500 |
commit | 97f02b39ba00ebefdb309750826dd13e0c8c1ccf (patch) | |
tree | a28721785eaf006044f4782be02d1c9b46d8cc3a /CMakeLists.txt | |
parent | f8f55976533ac3b77bb8d31697ba2f1e54a994c1 (diff) | |
download | lingo-ap-tracker-97f02b39ba00ebefdb309750826dd13e0c8c1ccf.tar.gz lingo-ap-tracker-97f02b39ba00ebefdb309750826dd13e0c8c1ccf.tar.bz2 lingo-ap-tracker-97f02b39ba00ebefdb309750826dd13e0c8c1ccf.zip |
Added items pane
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 deb6bbd..5cd41d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -56,6 +56,7 @@ set(SOURCE_FILES | |||
56 | "src/updater.cpp" | 56 | "src/updater.cpp" |
57 | "src/icons.cpp" | 57 | "src/icons.cpp" |
58 | "src/paintings_pane.cpp" | 58 | "src/paintings_pane.cpp" |
59 | "src/items_pane.cpp" | ||
59 | "vendor/whereami/whereami.c" | 60 | "vendor/whereami/whereami.c" |
60 | ) | 61 | ) |
61 | 62 | ||