mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
Meta: Rename Lagom library target names from LagomFoo to LibFoo
This matches the target names for the main serenity build, and will make simplifying the Lagom build much easier going forward. The LagomFoo name came from a time when we had both library builds in the same CMake generated project and needed to deconflict the names.
This commit is contained in:
parent
02e8f29560
commit
2b29e611fe
8 changed files with 136 additions and 138 deletions
|
@ -2,4 +2,4 @@ set(SOURCES
|
|||
main.cpp
|
||||
)
|
||||
|
||||
lagom_tool(IPCCompiler LIBS LagomMain)
|
||||
lagom_tool(IPCCompiler LIBS LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue