1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:47:45 +00:00

KeyboardMapper: Port to LibMain

This commit is contained in:
RasmusNylander 2021-12-16 14:20:25 +01:00 committed by Andreas Kling
parent 64684cbd5d
commit 017135b44e
2 changed files with 9 additions and 17 deletions

View file

@ -11,4 +11,4 @@ set(SOURCES
)
serenity_app(KeyboardMapper ICON app-keyboard-mapper)
target_link_libraries(KeyboardMapper LibGUI LibKeyboard)
target_link_libraries(KeyboardMapper LibGUI LibKeyboard LibMain)