1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:57:35 +00:00

cut: Port to LibMain :^)

This commit is contained in:
Kenneth Myhra 2021-11-27 21:33:08 +01:00 committed by Brian Gianforcaro
parent 7cb19b2965
commit 5c15b97ca4
2 changed files with 8 additions and 7 deletions

View file

@ -76,6 +76,7 @@ target_link_libraries(cp LibMain)
target_link_libraries(cpp-lexer LibMain)
target_link_libraries(cpp-parser LibMain)
target_link_libraries(cpp-preprocessor LibMain)
target_link_libraries(cut LibMain)
target_link_libraries(diff LibDiff)
target_link_libraries(disasm LibX86)
target_link_libraries(dmesg LibMain)