mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
Meta/Tools: Depend on the minimal LibCore source set
This commit is contained in:
parent
f7ddcb1f98
commit
6f65e188f0
Notes:
sideshowbarker
2024-07-17 03:10:07 +09:00
Author: https://github.com/trflynn89
Commit: 6f65e188f0
Pull-request: https://github.com/SerenityOS/serenity/pull/23717
Issue: https://github.com/SerenityOS/serenity/issues/23625
Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ function(lagom_tool tool)
|
|||
add_executable(${tool} ${SOURCES} ${LAGOM_TOOL_SOURCES})
|
||||
# alias for parity with exports
|
||||
add_executable(Lagom::${tool} ALIAS ${tool})
|
||||
target_link_libraries(${tool} AK LibCore LibFileSystem ${LAGOM_TOOL_LIBS})
|
||||
target_link_libraries(${tool} AK LibCoreMinimal LibFileSystem ${LAGOM_TOOL_LIBS})
|
||||
install(
|
||||
TARGETS ${tool}
|
||||
EXPORT LagomTargets
|
||||
|
|
|
@ -9,7 +9,7 @@ template("lagom_tool") {
|
|||
"//Userland/Libraries",
|
||||
]
|
||||
deps += [
|
||||
"//Userland/Libraries/LibCore",
|
||||
"//Userland/Libraries/LibCore:minimal",
|
||||
"//Userland/Libraries/LibFileSystem",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue