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

Userland: Provide a misbehaving application

This will be a test case for #2977.
This commit is contained in:
Ben Wiederhake 2020-08-15 16:21:31 +02:00 committed by Andreas Kling
parent 1e4c43bbd0
commit b0aa8115c2
2 changed files with 44 additions and 0 deletions

View file

@ -26,6 +26,7 @@ target_link_libraries(keymap LibKeyboard)
target_link_libraries(lspci LibPCIDB)
target_link_libraries(man LibMarkdown)
target_link_libraries(md LibMarkdown)
target_link_libraries(misbehaving-application LibCore)
target_link_libraries(notify LibGUI)
target_link_libraries(open LibDesktop)
target_link_libraries(pape LibGUI)