mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 16:14:38 +00:00
This makes it much easier to see who's who when running multiple emulators at the same time. :^)
14 lines
273 B
CMake
14 lines
273 B
CMake
set(SOURCES
|
|
Emulator.cpp
|
|
MallocTracer.cpp
|
|
MmapRegion.cpp
|
|
SharedBufferRegion.cpp
|
|
SimpleRegion.cpp
|
|
SoftCPU.cpp
|
|
SoftMMU.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(UserspaceEmulator)
|
|
target_link_libraries(UserspaceEmulator LibX86 LibDebug LibCore LibPthread)
|