diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-05-01 20:27:45 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-05-02 21:51:30 -0400 |
commit | cbd79df233754113ac509bf8de034d8cd8ffd588 (patch) | |
tree | 8c2f0ca6da8651603541be30410865c55bc1e409 /src/yuzu/CMakeLists.txt | |
parent | c6c11c1553675bc48a80acf6c966134eb32b5364 (diff) |
qt_common: Move window info function out of bootmanager
Function is useful outside of bootmanager, so put it in a common place.
qt_common: Add missing include
qt_common: Add some newlines
qt_common: Add trailing newline
qt_common: Add trainline newline
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 0f8c1e6a6..2d7b9ab65 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -189,6 +189,8 @@ add_executable(yuzu multiplayer/state.h multiplayer/validation.h precompiled_headers.h + qt_common.cpp + qt_common.h startup_checks.cpp startup_checks.h uisettings.cpp |