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:
parent
1716105e73
commit
affef5d1a9
3 changed files with 9 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue