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

disasm: Port to LibMain

This commit is contained in:
Lucas CHOLLET 2022-01-13 20:54:35 +01:00 committed by Idan Horowitz
parent 1716105e73
commit affef5d1a9
3 changed files with 9 additions and 13 deletions

View file

@ -478,7 +478,7 @@ if (BUILD_LAGOM)
add_executable(disasm_lagom ../../Userland/Utilities/disasm.cpp)
set_target_properties(disasm_lagom PROPERTIES OUTPUT_NAME disasm)
target_link_libraries(disasm_lagom LagomCore LagomELF LagomX86)
target_link_libraries(disasm_lagom LagomCore LagomELF LagomX86 LagomMain)
add_executable(gml-format_lagom ../../Userland/Utilities/gml-format.cpp)
set_target_properties(gml-format_lagom PROPERTIES OUTPUT_NAME gml-format)