diff options
| author | 2021-02-15 09:40:30 -0500 | |
|---|---|---|
| committer | 2021-02-15 09:40:30 -0500 | |
| commit | 48cfc47050a400d1d331c92b38951f111298a703 (patch) | |
| tree | 7803cb9eebd4f787fee049c0cc35801a448ae380 | |
| parent | Merge pull request #5935 from lat9nq/controller_access_keys (diff) | |
| download | yuzu-48cfc47050a400d1d331c92b38951f111298a703.tar.gz yuzu-48cfc47050a400d1d331c92b38951f111298a703.tar.xz yuzu-48cfc47050a400d1d331c92b38951f111298a703.zip | |
core/CMakeLists: Add web_types.h
Diffstat (limited to '')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
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 | |||
| 266 | hle/service/am/applets/software_keyboard.h | 266 | hle/service/am/applets/software_keyboard.h |
| 267 | hle/service/am/applets/web_browser.cpp | 267 | hle/service/am/applets/web_browser.cpp |
| 268 | hle/service/am/applets/web_browser.h | 268 | hle/service/am/applets/web_browser.h |
| 269 | hle/service/am/applets/web_types.h | ||
| 269 | hle/service/am/idle.cpp | 270 | hle/service/am/idle.cpp |
| 270 | hle/service/am/idle.h | 271 | hle/service/am/idle.h |
| 271 | hle/service/am/omm.cpp | 272 | hle/service/am/omm.cpp |