mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Cube
 | |
|     TARGETS Cube
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     Cube.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(Cube ICON app-cube)
 | |
| target_link_libraries(Cube LibGUI LibMain)
 | 
