mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
Ladybird: Install required html and inspector files in the CMake build
Companion to05c8d5ba57
which moved the files to Base/res/ladybird, andd81c531322
which installed them in the GN build on macOS.
This commit is contained in:
parent
499441c747
commit
187056ca5e
1 changed files with 1 additions and 1 deletions
|
@ -95,9 +95,9 @@ install(
|
||||||
)
|
)
|
||||||
|
|
||||||
install(DIRECTORY
|
install(DIRECTORY
|
||||||
"${SERENITY_SOURCE_DIR}/Base/res/html"
|
|
||||||
"${SERENITY_SOURCE_DIR}/Base/res/fonts"
|
"${SERENITY_SOURCE_DIR}/Base/res/fonts"
|
||||||
"${SERENITY_SOURCE_DIR}/Base/res/icons"
|
"${SERENITY_SOURCE_DIR}/Base/res/icons"
|
||||||
|
"${SERENITY_SOURCE_DIR}/Base/res/ladybird"
|
||||||
"${SERENITY_SOURCE_DIR}/Base/res/themes"
|
"${SERENITY_SOURCE_DIR}/Base/res/themes"
|
||||||
"${SERENITY_SOURCE_DIR}/Base/res/color-palettes"
|
"${SERENITY_SOURCE_DIR}/Base/res/color-palettes"
|
||||||
"${SERENITY_SOURCE_DIR}/Base/res/cursor-themes"
|
"${SERENITY_SOURCE_DIR}/Base/res/cursor-themes"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue