diff options
author | FearlessTobi <thm.frey@gmail.com> | 2022-07-30 05:55:29 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2022-08-15 20:25:41 +0200 |
commit | 9fc03d4b91e69ab4590d6e257b41810dcf36abf9 (patch) | |
tree | 4d752863b5293edbe8fe8a2869615f5c884fd9fd /src/CMakeLists.txt | |
parent | 4d72612416d8075ad36fa01cbde02956fc0a11f6 (diff) |
dedicated_room: Initial implementation
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 fc177fa52..54de1dc94 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -162,6 +162,7 @@ add_subdirectory(video_core) add_subdirectory(network) add_subdirectory(input_common) add_subdirectory(shader_recompiler) +add_subdirectory(dedicated_room) if (YUZU_TESTS) add_subdirectory(tests) |