mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:02:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			295 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			295 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| serenity_component(
 | |
|     Chess
 | |
|     RECOMMENDED
 | |
|     TARGETS Chess
 | |
|     DEPENDS ChessEngine
 | |
| )
 | |
| 
 | |
| set(SOURCES
 | |
|     main.cpp
 | |
|     ChessWidget.cpp
 | |
|     PromotionDialog.cpp
 | |
|     Engine.cpp
 | |
| )
 | |
| 
 | |
| serenity_app(Chess ICON app-chess)
 | |
| target_link_libraries(Chess LibChess LibConfig LibGUI LibCore LibMain LibDesktop)
 | 
