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

kcov-example: Port to LibMain

This commit is contained in:
Kenneth Myhra 2022-03-28 22:12:28 +02:00 committed by Brian Gianforcaro
parent 234025ee53
commit e302fac34b
2 changed files with 13 additions and 30 deletions

View file

@ -124,6 +124,7 @@ target_link_libraries(install-bin LibMain)
target_link_libraries(jp LibMain)
target_link_libraries(js LibJS LibLine LibMain)
link_with_unicode_data(js)
target_link_libraries(kcov-example LibMain)
target_link_libraries(keymap LibKeyboard LibMain)
target_link_libraries(kill LibMain)
target_link_libraries(killall LibCore LibMain)