diff options
author | Peter Elliott <pelliott@ualberta.ca> | 2021-12-27 19:43:45 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-12-29 00:00:02 +0100 |
commit | 20a0572de8e502380c676a3c2dca958aa12cd68a (patch) | |
tree | dd2dc8f0e7a6d36145d5d7d1c5a4b513c7d894e3 /Userland/Utilities/CMakeLists.txt | |
parent | 63127422577f5c0127e8a5284f354f914dc843d3 (diff) | |
download | serenity-20a0572de8e502380c676a3c2dca958aa12cd68a.zip |
Userland: Port less(1) 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 84e92f00e1..1ae985b01b 100644 --- a/Userland/Utilities/CMakeLists.txt +++ b/Userland/Utilities/CMakeLists.txt @@ -105,6 +105,7 @@ target_link_libraries(ini LibMain) target_link_libraries(jp LibMain) target_link_libraries(js LibJS LibLine LibMain) target_link_libraries(keymap LibKeyboard LibMain) +target_link_libraries(less LibMain) target_link_libraries(logout LibMain) target_link_libraries(ls LibMain) target_link_libraries(lspci LibPCIDB LibMain) |