diff options
author | Kenneth Myhra <kennethmyhra@gmail.com> | 2021-11-28 10:24:23 +0100 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-12-11 15:10:42 -0800 |
commit | 65f4d868e58380fb9af740fccef434fa26beaded (patch) | |
tree | 65a808814634d2eeef55d6553434d5c7ca006ac9 /Userland/Utilities/CMakeLists.txt | |
parent | 00dbac9d16c08f618d84db9e04c4083f0688167d (diff) | |
download | serenity-65f4d868e58380fb9af740fccef434fa26beaded.zip |
dd: 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 12e52d4b65..48aa357009 100644 --- a/Userland/Utilities/CMakeLists.txt +++ b/Userland/Utilities/CMakeLists.txt @@ -78,6 +78,7 @@ target_link_libraries(cpp-parser LibMain) target_link_libraries(cpp-preprocessor LibMain) target_link_libraries(cut LibMain) target_link_libraries(date LibMain) +target_link_libraries(dd LibMain) target_link_libraries(diff LibDiff) target_link_libraries(disasm LibX86) target_link_libraries(dmesg LibMain) |