diff options
author | Liam <byteslice@airmail.cc> | 2023-08-27 18:41:42 -0400 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-08-27 19:45:25 -0400 |
commit | 667ec286970560d3a5b12b987010082657aec7c3 (patch) | |
tree | c03a8e4279fe4d6a1e74896f727b75f9b13e9c45 /src/yuzu/CMakeLists.txt | |
parent | 5464423667dedc0f09d48f85fc7871a3e56127a4 (diff) |
Address review comments
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 89763f64f..9ebece907 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -195,8 +195,8 @@ add_executable(yuzu multiplayer/state.cpp multiplayer/state.h multiplayer/validation.h - play_time.cpp - play_time.h + play_time_manager.cpp + play_time_manager.h precompiled_headers.h qt_common.cpp qt_common.h |