mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Meta: Define and use lagom_tool() CMake helper function for all Tools
We'll use this to prevent repeating common tool dependencies. They all depend on LibCore and AK only. We also want to encapsulate common install rules for them.
This commit is contained in:
parent
567104607c
commit
a6d83e02d2
Notes:
sideshowbarker
2024-07-18 03:56:24 +09:00
Author: https://github.com/ADKaster
Commit: a6d83e02d2
Pull-request: https://github.com/SerenityOS/serenity/pull/9297
Issue: https://github.com/SerenityOS/serenity/issues/9425
Reviewed-by: https://github.com/bgianfo
6 changed files with 33 additions and 20 deletions
|
@ -2,5 +2,4 @@ set(SOURCES
|
|||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(StateMachineGenerator ${SOURCES})
|
||||
target_link_libraries(StateMachineGenerator LagomCore)
|
||||
lagom_tool(StateMachineGenerator)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue