mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
Meta: Add aconv as a Lagom tool
This commit is contained in:
parent
57b3858fbc
commit
0d65e5f518
Notes:
sideshowbarker
2024-07-17 09:49:33 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 0d65e5f518
Pull-request: https://github.com/SerenityOS/serenity/pull/17768
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/networkException
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue