summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2021-02-15 20:02:10 +0100
committerGitHub <noreply@github.com>2021-02-15 20:02:10 +0100
commited543c4d5c304dd854d1cf4aeb895c5bca2d296e (patch)
tree21f10e4bfadaf7fb51fc75c36e4d87f4c13a44aa
parentMerge pull request #4940 from german77/nativeGC (diff)
parentcore/CMakeLists: Add web_types.h (diff)
downloadyuzu-ed543c4d5c304dd854d1cf4aeb895c5bca2d296e.tar
yuzu-ed543c4d5c304dd854d1cf4aeb895c5bca2d296e.tar.gz
yuzu-ed543c4d5c304dd854d1cf4aeb895c5bca2d296e.tar.bz2
yuzu-ed543c4d5c304dd854d1cf4aeb895c5bca2d296e.tar.lz
yuzu-ed543c4d5c304dd854d1cf4aeb895c5bca2d296e.tar.xz
yuzu-ed543c4d5c304dd854d1cf4aeb895c5bca2d296e.tar.zst
yuzu-ed543c4d5c304dd854d1cf4aeb895c5bca2d296e.zip
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index e74e6a668..28196d26a 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -266,6 +266,7 @@ add_library(core STATIC
hle/service/am/applets/software_keyboard.h
hle/service/am/applets/web_browser.cpp
hle/service/am/applets/web_browser.h
+ hle/service/am/applets/web_types.h
hle/service/am/idle.cpp
hle/service/am/idle.h
hle/service/am/omm.cpp