mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:12:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			266 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			266 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Run
 | |
|     REQUIRED
 | |
|     TARGETS Run
 | |
| )
 | |
| 
 | |
| compile_gml(Run.gml RunGML.h run_gml)
 | |
| 
 | |
| set(SOURCES
 | |
|     main.cpp
 | |
|     RunWindow.cpp
 | |
|     RunWindow.h
 | |
|     RunGML.h
 | |
| )
 | |
| 
 | |
| serenity_app(Run ICON app-run)
 | |
| target_link_libraries(Run LibCore LibDesktop LibGUI LibMain)
 | 
