1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

Lagom: Add proper install rules

Create the proper export files to allow Lagom to be a well-behaved
ExternalProject, based on the example project from the cmake-init
project generator here:

https://github.com/friendlyanon/cmake-init-shared-static
This commit is contained in:
Andrew Kaster 2021-07-27 18:22:12 -06:00 committed by Linus Groh
parent 7392a73066
commit 32d076ef54
2 changed files with 109 additions and 27 deletions

View file

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