diff options
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 f46c158..e976cdf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -51,6 +51,7 @@ add_executable(lingo_ap_tracker | |||
51 | "src/godot_variant.cpp" | 51 | "src/godot_variant.cpp" |
52 | "src/ipc_state.cpp" | 52 | "src/ipc_state.cpp" |
53 | "src/ipc_dialog.cpp" | 53 | "src/ipc_dialog.cpp" |
54 | "src/report_popup.cpp" | ||
54 | "vendor/whereami/whereami.c" | 55 | "vendor/whereami/whereami.c" |
55 | ) | 56 | ) |
56 | set_property(TARGET lingo_ap_tracker PROPERTY CXX_STANDARD 20) | 57 | set_property(TARGET lingo_ap_tracker PROPERTY CXX_STANDARD 20) |