mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			182 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			182 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
set (Boost_USE_STATIC_LIBS ON)
 | 
						|
set (Boost_USE_STATIC_RUNTIME ON)
 | 
						|
 | 
						|
find_package (Boost 1.82 REQUIRED
 | 
						|
  COMPONENTS
 | 
						|
    program_options
 | 
						|
    coroutine
 | 
						|
    system
 | 
						|
    log
 | 
						|
    log_setup
 | 
						|
)
 |