mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:32:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			321 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			321 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     AppFile.cpp
 | |
|     Launcher.cpp
 | |
|     Screensaver.cpp
 | |
| )
 | |
| 
 | |
| set(GENERATED_SOURCES
 | |
|     ../../Services/LaunchServer/LaunchClientEndpoint.h
 | |
|     ../../Services/LaunchServer/LaunchServerEndpoint.h
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDesktop desktop)
 | |
| target_link_libraries(LibDesktop PRIVATE LibCore LibIPC LibGfx LibGUI LibFileSystem)
 | 
