diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-08 16:13:23 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-08 16:13:23 -0500 |
commit | 5436dc4f12671d2605944bed03e1f8ab7853056c (patch) | |
tree | 3fdd1348a988435e323fe3abfe134e1fab610e6a /CMakeLists.txt | |
parent | 49c45e69febb321d6d5787f9056771bebfb01eec (diff) | |
download | lingo-ap-tracker-5436dc4f12671d2605944bed03e1f8ab7853056c.tar.gz lingo-ap-tracker-5436dc4f12671d2605944bed03e1f8ab7853056c.tar.bz2 lingo-ap-tracker-5436dc4f12671d2605944bed03e1f8ab7853056c.zip |
Added options 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 5cd41d8..1904518 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -57,6 +57,7 @@ set(SOURCE_FILES | |||
57 | "src/icons.cpp" | 57 | "src/icons.cpp" |
58 | "src/paintings_pane.cpp" | 58 | "src/paintings_pane.cpp" |
59 | "src/items_pane.cpp" | 59 | "src/items_pane.cpp" |
60 | "src/options_pane.cpp" | ||
60 | "vendor/whereami/whereami.c" | 61 | "vendor/whereami/whereami.c" |
61 | ) | 62 | ) |
62 | 63 | ||