mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 15:48:11 +00:00

This makes it much easier to see who's who when running multiple emulators at the same time. :^)
13 lines
273 B
CMake
13 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)
|