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

markdown-checker: New tool that checks document links

This commit is contained in:
Ben Wiederhake 2021-09-10 21:37:42 +02:00 committed by Brian Gianforcaro
parent 50ad294527
commit 3f88d65b78
3 changed files with 248 additions and 0 deletions

View file

@ -73,6 +73,7 @@ target_link_libraries(keymap LibKeyboard)
target_link_libraries(lspci LibPCIDB)
target_link_libraries(lsusb LibUSBDB)
target_link_libraries(man LibMarkdown)
target_link_libraries(markdown-check LibMarkdown)
target_link_libraries(matroska LibVideo)
target_link_libraries(md LibMarkdown)
target_link_libraries(misbehaving-application LibCore)