1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:07:44 +00:00

cal: Port to LibMain :^)

This commit is contained in:
Kenneth Myhra 2021-11-27 15:00:20 +01:00 committed by Brian Gianforcaro
parent 312bac1967
commit 6b6d7286b5
2 changed files with 4 additions and 2 deletions

View file

@ -60,6 +60,7 @@ target_link_libraries(base64 LibMain)
target_link_libraries(basename LibMain)
target_link_libraries(bt LibSymbolication LibMain)
target_link_libraries(blockdev LibMain)
target_link_libraries(cal LibMain)
target_link_libraries(cat LibMain)
target_link_libraries(checksum LibCrypto)
target_link_libraries(chmod LibMain)