Browse Source
Merge pull request #5939 from Morph1984/web_types
core/CMakeLists: Add web_types.h
pull/15/merge
LC
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|
|