mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
Ladybird: Install headers for WebContent when used externally
This commit is contained in:
parent
e28d883f8d
commit
2299fe1481
2 changed files with 18 additions and 0 deletions
|
@ -49,6 +49,10 @@ install(TARGETS ${all_required_lagom_libraries}
|
|||
COMPONENT ladybird_Runtime
|
||||
NAMELINK_COMPONENT ladybird_Development
|
||||
DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
FILE_SET server
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
||||
FILE_SET ladybird
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
|
||||
)
|
||||
|
||||
write_basic_package_version_file(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue