1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:07:35 +00:00

UserspaceEmulator: Set the process and thread name to "(UE) Executable"

This makes it much easier to see who's who when running multiple
emulators at the same time. :^)
This commit is contained in:
Andreas Kling 2020-07-27 18:56:19 +02:00
parent e26c6805dd
commit db1b67e88a
2 changed files with 17 additions and 1 deletions

View file

@ -10,4 +10,4 @@ set(SOURCES
)
serenity_bin(UserspaceEmulator)
target_link_libraries(UserspaceEmulator LibX86 LibDebug LibCore)
target_link_libraries(UserspaceEmulator LibX86 LibDebug LibCore LibPthread)