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:
parent
14a267347c
commit
2cf02c6f38
3 changed files with 13 additions and 22 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue