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

adjtime: Port to LibMain

This commit is contained in:
mjz19910 2022-01-16 23:22:35 -07:00 committed by Andreas Kling
parent 14a267347c
commit 2cf02c6f38
3 changed files with 13 additions and 22 deletions

View file

@ -474,7 +474,7 @@ if (BUILD_LAGOM)
# Lagom Utilities
add_executable(adjtime_lagom ../../Userland/Utilities/adjtime.cpp)
set_target_properties(adjtime_lagom PROPERTIES OUTPUT_NAME adjtime)
target_link_libraries(adjtime_lagom LagomCore)
target_link_libraries(adjtime_lagom LagomCore LagomMain)
add_executable(disasm_lagom ../../Userland/Utilities/disasm.cpp)
set_target_properties(disasm_lagom PROPERTIES OUTPUT_NAME disasm)