1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:07:44 +00:00

markdown-check: Port to LibMain

This commit is contained in:
Kenneth Myhra 2022-03-28 20:59:25 +02:00 committed by Brian Gianforcaro
parent 6437f5da36
commit de7d333d43
3 changed files with 9 additions and 10 deletions

View file

@ -513,7 +513,7 @@ if (BUILD_LAGOM)
add_executable(markdown-check_lagom ../../Userland/Utilities/markdown-check.cpp)
set_target_properties(markdown-check_lagom PROPERTIES OUTPUT_NAME markdown-check)
target_link_libraries(markdown-check_lagom LagomMarkdown)
target_link_libraries(markdown-check_lagom LagomMarkdown LagomMain)
add_executable(ntpquery_lagom ../../Userland/Utilities/ntpquery.cpp)
set_target_properties(ntpquery_lagom PROPERTIES OUTPUT_NAME ntpquery)