mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:52:46 +00:00 
			
		
		
		
	 58890e03b6
			
		
	
	
		58890e03b6
		
	
	
	
	
		
			
			This was mentioned in #4574, and the more I think about it the more it feels just right - let's move it there! :^) Having to link LaunchServer against LibGUI explicitly should've been telling enough...
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			272 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			272 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     AppFile.cpp
 | |
|     Launcher.cpp
 | |
| )
 | |
| 
 | |
| set(GENERATED_SOURCES
 | |
|     ../../Services/LaunchServer/LaunchClientEndpoint.h
 | |
|     ../../Services/LaunchServer/LaunchServerEndpoint.h
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDesktop desktop)
 | |
| target_link_libraries(LibDesktop LibCore LibIPC LibGUI)
 |