diff options
author | t895 <clombardo169@gmail.com> | 2023-11-12 08:03:01 +0100 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-11-21 07:58:13 +0100 |
commit | da14c7b8e47fcd5456d88a033a1fb154a0dcfa39 (patch) | |
tree | 4f9da84775b2b25aaa7eb519bccb1d5e620608a0 /src/CMakeLists.txt | |
parent | Merge pull request #12011 from Macj0rdan/controller-applet (diff) | |
download | yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar.gz yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar.bz2 yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar.lz yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar.xz yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.tar.zst yuzu-da14c7b8e47fcd5456d88a033a1fb154a0dcfa39.zip |
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 d2ca4904a..e04d2418b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -187,6 +187,7 @@ add_subdirectory(audio_core) add_subdirectory(video_core) add_subdirectory(network) add_subdirectory(input_common) +add_subdirectory(frontend_common) add_subdirectory(shader_recompiler) if (YUZU_ROOM) |