1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:27:43 +00:00

Meta: Add aconv as a Lagom tool

This commit is contained in:
kleines Filmröllchen 2023-05-01 21:14:44 +02:00 committed by Jelle Raaijmakers
parent 57b3858fbc
commit 0d65e5f518

View file

@ -489,6 +489,9 @@ if (BUILD_LAGOM)
add_executable(abench ../../Userland/Utilities/abench.cpp)
target_link_libraries(abench LibCore LibMain LibFileSystem LibAudio)
add_executable(aconv ../../Userland/Utilities/aconv.cpp)
target_link_libraries(aconv LibCore LibMain LibAudio)
if (NOT EMSCRIPTEN)
add_executable(adjtime ../../Userland/Utilities/adjtime.cpp)
target_link_libraries(adjtime LibCore LibMain)