1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:17:44 +00:00

Ladybird/CMake: Install resources and Lagom libraries alongside ladybird

This setup should allow the package maintainers who are looking to
distribute ladybird on their distributions to use CMake to install
ladybird using cmake install rules rather than having to write their own
This commit is contained in:
Andrew Kaster 2022-09-16 04:08:24 -06:00
parent 3403b1fd77
commit 488da351c0
3 changed files with 82 additions and 6 deletions

View file

@ -0,0 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/ladybirdTargets.cmake")