mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			389 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			389 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Welcome
 | |
|     TARGETS Welcome
 | |
|     DEPENDS Help WebContent
 | |
| )
 | |
| 
 | |
| stringify_gml(WelcomeWindow.gml WelcomeWindowGML.h welcome_window_gml)
 | |
| 
 | |
| set(SOURCES
 | |
|     WelcomeWidget.cpp
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| set(GENERATED_SOURCES
 | |
|     WelcomeWindowGML.h
 | |
| )
 | |
| 
 | |
| serenity_app(Welcome ICON app-welcome)
 | |
| target_link_libraries(Welcome PRIVATE LibConfig LibCore LibGfx LibGUI LibWebView LibWeb LibMain)
 | 
