mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:42:45 +00:00 
			
		
		
		
	 db1b67e88a
			
		
	
	
		db1b67e88a
		
	
	
	
	
		
			
			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)
 |