mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:32:45 +00:00 
			
		
		
		
	 bf0719092f
			
		
	
	
		bf0719092f
		
	
	
	
	
		
			
			All users of this mechanism have been switched to anonymous files and passing file descriptors with sendfd()/recvfd(). Shbufs got us where we are today, but it's time we say good-bye to them and welcome a much more idiomatic replacement. :^)
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Emulator.cpp
 | |
|     MallocTracer.cpp
 | |
|     MmapRegion.cpp
 | |
|     Region.cpp
 | |
|     SimpleRegion.cpp
 | |
|     SoftCPU.cpp
 | |
|     SoftMMU.cpp
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_bin(UserspaceEmulator)
 | |
| target_link_libraries(UserspaceEmulator LibX86 LibDebug LibCore LibPthread)
 |