mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:07:35 +00:00
gml-format: Port to LibMain
This commit is contained in:
parent
f862fabe6e
commit
9e1e80954b
3 changed files with 13 additions and 24 deletions
|
@ -482,7 +482,7 @@ if (BUILD_LAGOM)
|
|||
|
||||
add_executable(gml-format_lagom ../../Userland/Utilities/gml-format.cpp)
|
||||
set_target_properties(gml-format_lagom PROPERTIES OUTPUT_NAME gml-format)
|
||||
target_link_libraries(gml-format_lagom LagomCore LagomGML)
|
||||
target_link_libraries(gml-format_lagom LagomCore LagomGML LagomMain)
|
||||
|
||||
add_executable(js_lagom ../../Userland/Utilities/js.cpp)
|
||||
set_target_properties(js_lagom PROPERTIES OUTPUT_NAME js)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue