mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 04:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			143 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			143 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     ChessEngine.cpp
 | |
|     main.cpp
 | |
|     MCTSTree.cpp
 | |
| )
 | |
| 
 | |
| serenity_bin(ChessEngine)
 | |
| target_link_libraries(ChessEngine LibChess LibCore)
 | 
