mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
Lagom: Build file
in lagom builds
This commit is contained in:
parent
b07e9d4c8a
commit
41980675f2
1 changed files with 6 additions and 0 deletions
|
@ -485,6 +485,12 @@ if (BUILD_LAGOM)
|
|||
target_link_libraries(disasm LibCore LibELF LibX86 LibMain)
|
||||
endif()
|
||||
|
||||
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)
|
||||
endif()
|
||||
|
||||
add_executable(gml-format ../../Userland/Utilities/gml-format.cpp)
|
||||
target_link_libraries(gml-format LibCore LibGUI LibMain)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue