mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:47:34 +00:00
utmpupdate: Port to LibMain :^)
This commit is contained in:
parent
adc83e5802
commit
03b6ff2bf0
2 changed files with 17 additions and 29 deletions
|
@ -100,6 +100,7 @@ target_link_libraries(test-pthread LibThreading)
|
|||
target_link_libraries(truncate LibMain)
|
||||
target_link_libraries(tt LibPthread)
|
||||
target_link_libraries(unzip LibArchive LibCompress)
|
||||
target_link_libraries(utmpupdate LibMain)
|
||||
target_link_libraries(zip LibArchive LibCompress LibCrypto)
|
||||
target_link_libraries(cpp-lexer LibCpp)
|
||||
target_link_libraries(cpp-parser LibCpp LibGUI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue