1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:17:34 +00:00

Utilities: Add "chres", a way to change the screen resolution from the command line

This commit is contained in:
Nico Weber 2021-01-15 14:12:34 -05:00 committed by Andreas Kling
parent b3d04b3a3c
commit 476a3acfb2
2 changed files with 51 additions and 0 deletions

View file

@ -18,6 +18,7 @@ endforeach()
target_link_libraries(aplay LibAudio)
target_link_libraries(avol LibAudio)
target_link_libraries(checksum LibCrypto)
target_link_libraries(chres LibGUI)
target_link_libraries(copy LibGUI)
target_link_libraries(disasm LibX86)
target_link_libraries(expr LibRegex)