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

date: Port to LibMain :^)

This commit is contained in:
Kenneth Myhra 2021-11-27 22:12:29 +01:00 committed by Brian Gianforcaro
parent 7b13f22f96
commit 00dbac9d16
2 changed files with 7 additions and 12 deletions

View file

@ -77,6 +77,7 @@ 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(date LibMain)
target_link_libraries(diff LibDiff)
target_link_libraries(disasm LibX86)
target_link_libraries(dmesg LibMain)