summaryrefslogtreecommitdiff
path: root/Meta/Lagom
diff options
context:
space:
mode:
authormjz19910 <matthias291999@gmail.com>2022-01-16 23:22:35 -0700
committerAndreas Kling <kling@serenityos.org>2022-01-21 01:52:22 +0100
commit2cf02c6f38622f91732b09d6d6f114a05198f077 (patch)
treea3d487b96d876e32bbe4371c0fc4c6bc50e82caa /Meta/Lagom
parent14a267347cfdcb41f2dad70ce0694b390a77151b (diff)
downloadserenity-2cf02c6f38622f91732b09d6d6f114a05198f077.zip
adjtime: Port to LibMain
Diffstat (limited to 'Meta/Lagom')
-rw-r--r--Meta/Lagom/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt
index 95e7aa9b78..a22b0396dd 100644
--- a/Meta/Lagom/CMakeLists.txt
+++ b/Meta/Lagom/CMakeLists.txt
@@ -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)