mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:12:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			199 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			199 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     FlappyBug
 | |
|     RECOMMENDED
 | |
|     TARGETS FlappyBug
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     main.cpp
 | |
|     Game.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(FlappyBug ICON app-flappybug)
 | |
| target_link_libraries(FlappyBug LibGUI)
 | 
