mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:12:45 +00:00 
			
		
		
		
	 dd66f5e838
			
		
	
	
		dd66f5e838
		
	
	
	
	
		
			
			This managed to fly under my radar for the LibManual PR, and somehow it only happens for the Clang build but doesn't always trigger on CI.
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			465 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			465 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Help
 | |
|     RECOMMENDED
 | |
|     TARGETS Help
 | |
|     DEPENDS WebContent
 | |
| )
 | |
| 
 | |
| compile_gml(HelpWindow.gml HelpWindowGML.h help_window_gml)
 | |
| 
 | |
| set(SOURCES
 | |
|     History.cpp
 | |
|     main.cpp
 | |
|     MainWidget.cpp
 | |
|     ManualModel.cpp
 | |
| )
 | |
| 
 | |
| set(GENERATED_SOURCES
 | |
|     HelpWindowGML.h
 | |
| )
 | |
| 
 | |
| serenity_app(Help ICON app-help)
 | |
| target_link_libraries(Help PRIVATE LibCore LibWebView LibWeb LibMarkdown LibGfx LibGUI LibDesktop LibMain LibManual LibLocale)
 | |
| link_with_locale_data(Help)
 |