mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:22:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			346 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			346 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     NetworkSettings
 | |
|     REQUIRED
 | |
|     TARGETS NetworkSettings
 | |
| )
 | |
| 
 | |
| compile_gml(NetworkSettings.gml NetworkSettingsGML.cpp)
 | |
| 
 | |
| set(SOURCES
 | |
|     NetworkSettingsWidget.cpp
 | |
|     NetworkSettingsGML.cpp
 | |
|     main.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(NetworkSettings ICON network)
 | |
| target_link_libraries(NetworkSettings PRIVATE LibCore LibGfx LibGUI LibMain)
 | 
