diff options
| author | 2022-07-25 18:31:45 -0400 | |
|---|---|---|
| committer | 2022-07-25 18:31:45 -0400 | |
| commit | 1e67d2b59f6dfd561768db3fb9a8e0c6a16ec9f2 (patch) | |
| tree | 999411f1ca76390654d1034c6d0bd2c47c3f101c /src/CMakeLists.txt | |
| parent | Merge pull request #8564 from lat9nq/dinner-fork (diff) | |
| parent | network: Address review comments (diff) | |
| download | yuzu-1e67d2b59f6dfd561768db3fb9a8e0c6a16ec9f2.tar.gz yuzu-1e67d2b59f6dfd561768db3fb9a8e0c6a16ec9f2.tar.xz yuzu-1e67d2b59f6dfd561768db3fb9a8e0c6a16ec9f2.zip | |
Merge pull request #8541 from FearlessTobi/multiplayer-part1
yuzu, network: Add room service and UI configuration
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 39ae573b2..9367f67c1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -156,6 +156,7 @@ add_subdirectory(common) | |||
| 156 | add_subdirectory(core) | 156 | add_subdirectory(core) |
| 157 | add_subdirectory(audio_core) | 157 | add_subdirectory(audio_core) |
| 158 | add_subdirectory(video_core) | 158 | add_subdirectory(video_core) |
| 159 | add_subdirectory(network) | ||
| 159 | add_subdirectory(input_common) | 160 | add_subdirectory(input_common) |
| 160 | add_subdirectory(shader_recompiler) | 161 | add_subdirectory(shader_recompiler) |
| 161 | 162 | ||