Meta: Build abench on Lagom

This makes it possible to test audio decoding without much I/O overhead.
This commit is contained in:
kleines Filmröllchen 2023-05-18 10:45:57 +02:00 committed by Tim Flynn
parent 0bbd9040ef
commit b73b4d7533
Notes: sideshowbarker 2024-07-17 03:51:15 +09:00

View file

@ -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)