mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +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
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
Add a link
Reference in a new issue