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 | Merge pull request #8104 from Docteh/them_icons (diff) | |
download | yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar.gz yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar.bz2 yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar.lz yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar.xz yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.tar.zst yuzu-9fc03d4b91e69ab4590d6e257b41810dcf36abf9.zip |
Diffstat (limited to '')
-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) |