diff options
author | Lucas CHOLLET <lucas.chollet@free.fr> | 2022-01-13 21:03:08 +0100 |
---|---|---|
committer | Idan Horowitz <idan.horowitz@gmail.com> | 2022-01-14 19:42:19 +0200 |
commit | 9e1e80954bf611cc5b7a6335ec16658a78334275 (patch) | |
tree | 350abd20fc303c57a5b4ce740322fb6c52dcf6da /Meta/Lagom/CMakeLists.txt | |
parent | f862fabe6ee0ce3f26b28bf54558983afecada89 (diff) | |
download | serenity-9e1e80954bf611cc5b7a6335ec16658a78334275.zip |
gml-format: Port to LibMain
Diffstat (limited to 'Meta/Lagom/CMakeLists.txt')
-rw-r--r-- | Meta/Lagom/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index 47f75c4f24..95e7aa9b78 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -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) |