diff options
author | Kenneth Myhra <kennethmyhra@gmail.com> | 2022-01-15 18:09:27 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-15 22:01:07 +0100 |
commit | 294cbb710802a1540b84e6c525ea118cab79f427 (patch) | |
tree | a4246d3e40133f7b7ca210b01c58cbee32d6c059 /Userland/Utilities/CMakeLists.txt | |
parent | ae71d2b70e491cc5bac4023ca0243cf7d8c7c300 (diff) | |
download | serenity-294cbb710802a1540b84e6c525ea118cab79f427.zip |
nc: 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 955261792f..0da689c8b7 100644 --- a/Userland/Utilities/CMakeLists.txt +++ b/Userland/Utilities/CMakeLists.txt @@ -127,6 +127,7 @@ target_link_libraries(markdown-check LibMarkdown) target_link_libraries(matroska LibVideo) target_link_libraries(md LibMarkdown) target_link_libraries(mkdir LibMain) +target_link_libraries(nc LibMain) target_link_libraries(netstat LibMain) target_link_libraries(notify LibGUI) target_link_libraries(nproc LibMain) |