summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2022-07-30 05:55:29 +0200
committerFearlessTobi <thm.frey@gmail.com>2022-08-15 20:25:41 +0200
commit9fc03d4b91e69ab4590d6e257b41810dcf36abf9 (patch)
tree4d752863b5293edbe8fe8a2869615f5c884fd9fd /src/CMakeLists.txt
parentMerge pull request #8104 from Docteh/them_icons (diff)
downloadyuzu-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.txt1
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)