about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-08 16:13:23 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-08 16:13:23 -0500
commit5436dc4f12671d2605944bed03e1f8ab7853056c (patch)
tree3fdd1348a988435e323fe3abfe134e1fab610e6a /CMakeLists.txt
parent49c45e69febb321d6d5787f9056771bebfb01eec (diff)
downloadlingo-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.txt1
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