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 fd943b3..f46c158 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -50,6 +50,7 @@ add_executable(lingo_ap_tracker | |||
50 | "src/logger.cpp" | 50 | "src/logger.cpp" |
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 | "vendor/whereami/whereami.c" | 54 | "vendor/whereami/whereami.c" |
54 | ) | 55 | ) |
55 | set_property(TARGET lingo_ap_tracker PROPERTY CXX_STANDARD 20) | 56 | set_property(TARGET lingo_ap_tracker PROPERTY CXX_STANDARD 20) |