mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			233 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			233 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     main.cpp
 | |
|     VBForm.cpp
 | |
|     VBPropertiesWindow.cpp
 | |
|     VBProperty.cpp
 | |
|     VBWidget.cpp
 | |
|     VBWidgetPropertyModel.cpp
 | |
|     VBWidgetRegistry.cpp
 | |
| )
 | |
| 
 | |
| serenity_bin(VisualBuilder)
 | |
| target_link_libraries(VisualBuilder LibGUI)
 | 
