diff options
author | Lucas CHOLLET <lucas.chollet@free.fr> | 2022-01-13 21:39:44 +0100 |
---|---|---|
committer | Idan Horowitz <idan.horowitz@gmail.com> | 2022-01-14 19:42:19 +0200 |
commit | 63466d385ca7151b7f68c55329dc305281194503 (patch) | |
tree | c5bc7a3bf3599539c8c69cee84ba3016b2fcd971 /Userland/Utilities/CMakeLists.txt | |
parent | dbcccde0622425f7a9eb3c44f0439075279b0559 (diff) | |
download | serenity-63466d385ca7151b7f68c55329dc305281194503.zip |
host: Port to LibMain
Diffstat (limited to 'Userland/Utilities/CMakeLists.txt')
-rw-r--r-- | Userland/Utilities/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Utilities/CMakeLists.txt b/Userland/Utilities/CMakeLists.txt index 71ede6355a..f8ec89ce7c 100644 --- a/Userland/Utilities/CMakeLists.txt +++ b/Userland/Utilities/CMakeLists.txt @@ -107,6 +107,7 @@ target_link_libraries(gunzip LibCompress LibMain) target_link_libraries(gzip LibCompress LibMain) target_link_libraries(head LibMain) target_link_libraries(hexdump LibMain) +target_link_libraries(host LibMain) target_link_libraries(id LibMain) target_link_libraries(ini LibMain) target_link_libraries(jp LibMain) |