diff options
Diffstat (limited to 'Meta/Lagom/CMakeLists.txt')
-rw-r--r-- | Meta/Lagom/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index a2d69e6030..b8196b67e8 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -492,7 +492,7 @@ if (BUILD_LAGOM) if (NOT EMSCRIPTEN) # LibELF is part of LibC in SerenityOS builds, but not in Lagom. add_executable(file ../../Userland/Utilities/file.cpp) - target_link_libraries(file LibCompress LibCore LibELF LibGfx LibIPC LibMain) + target_link_libraries(file LibAudio LibCompress LibCore LibELF LibGfx LibIPC LibMain) endif() add_executable(gml-format ../../Userland/Utilities/gml-format.cpp) |