about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-09 13:07:35 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-09 13:07:35 -0400
commitd3457700075fab2dac25bcff2775b7ae5a436a28 (patch)
treecfa18a1875e171e53234b2487fd9ba25b31146fa /CMakeLists.txt
parent7f907a8985b1e2193e210ecc7e18f60c7eea2094 (diff)
downloadlingo-ap-tracker-d3457700075fab2dac25bcff2775b7ae5a436a28.tar.gz
lingo-ap-tracker-d3457700075fab2dac25bcff2775b7ae5a436a28.tar.bz2
lingo-ap-tracker-d3457700075fab2dac25bcff2775b7ae5a436a28.zip
Created log window
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 1904518..9432f2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -58,6 +58,7 @@ set(SOURCE_FILES
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 "src/options_pane.cpp"
61 "src/log_dialog.cpp"
61 "vendor/whereami/whereami.c" 62 "vendor/whereami/whereami.c"
62) 63)
63 64