mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:47:46 +00:00
DevTools: Move to Userland/DevTools/
This commit is contained in:
parent
13d7c09125
commit
4055b03291
125 changed files with 2 additions and 2 deletions
14
Userland/DevTools/UserspaceEmulator/CMakeLists.txt
Normal file
14
Userland/DevTools/UserspaceEmulator/CMakeLists.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
set(SOURCES
|
||||
Emulator.cpp
|
||||
MallocTracer.cpp
|
||||
MmapRegion.cpp
|
||||
Region.cpp
|
||||
SharedBufferRegion.cpp
|
||||
SimpleRegion.cpp
|
||||
SoftCPU.cpp
|
||||
SoftMMU.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_bin(UserspaceEmulator)
|
||||
target_link_libraries(UserspaceEmulator LibX86 LibDebug LibCore LibPthread)
|
Loading…
Add table
Add a link
Reference in a new issue