mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
Meta: Build abench on Lagom
This makes it possible to test audio decoding without much I/O overhead.
This commit is contained in:
parent
0bbd9040ef
commit
b73b4d7533
Notes:
sideshowbarker
2024-07-17 03:51:15 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/b73b4d7533 Pull-request: https://github.com/SerenityOS/serenity/pull/18899 Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 3 additions and 0 deletions
|
@ -479,6 +479,9 @@ if (BUILD_LAGOM)
|
|||
add_serenity_subdirectory(Userland/Services)
|
||||
|
||||
# Lagom Utilities
|
||||
add_executable(abench ../../Userland/Utilities/abench.cpp)
|
||||
target_link_libraries(abench LibCore LibMain LibFileSystem LibAudio)
|
||||
|
||||
if (NOT EMSCRIPTEN)
|
||||
add_executable(adjtime ../../Userland/Utilities/adjtime.cpp)
|
||||
target_link_libraries(adjtime LibCore LibMain)
|
||||
|
|
Loading…
Add table
Reference in a new issue