mirror of
				https://github.com/boostorg/config.git
				synced 2025-11-03 09:11:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			494 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# copyright John Maddock 2003
 | 
						|
 | 
						|
#
 | 
						|
# this template defines the options common to
 | 
						|
# all config builds and tests:
 | 
						|
#
 | 
						|
template config_options
 | 
						|
   : # sources
 | 
						|
   : # requirements
 | 
						|
     <sysinclude>$(BOOST_ROOT)
 | 
						|
     # como requires access to <windows.h>:
 | 
						|
     <como-win32><*><no-warn>
 | 
						|
     # threading tests require thread support turned on:
 | 
						|
     <threading>multi
 | 
						|
   ;
 | 
						|
 | 
						|
template config_test_options
 | 
						|
   : # sources
 | 
						|
     <lib>../../test/build/boost_test_exec_monitor 
 | 
						|
     <template>config_options
 | 
						|
   ;
 | 
						|
 
 |